Color Hex Logo

#674ccf Color Hex

#674CCF
(103,76,207)
0 Favorites   0 Comments

Color spaces of #674ccf

RGB 10376207
HSL0.700.580.55
HSV252°63°81°
CMYK 0.500.630.00   0.19
XYZ19.440412.557460.4307
Yxy12.55740.21030.1359
Hunter Lab35.436435.9113-76.3034
CIE-Lab42.088644.2131-64.2071

#674ccf color RGB value is (103,76,207).

#674ccf hex color red value is 103, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #674ccf hue: 0.70 , saturation: 0.58 and the lightness value of 674ccf is 0.55.

The process color (four color CMYK) of #674ccf color hex is 0.50, 0.63, 0.00, 0.19. Web safe color of #674ccf is #6633cc. Color #674ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001100 11001111
Octal 147 114 317
Decimal 103 76 207
Hex 67 4C CF

RGB Percentages of Color #674ccf

%26.68
%19.69
%53.63

CMYK Percentages of Color #674ccf

%50
%63
%0
%19

Triadic Colors of #674ccf

#674ccf #cf674c #4ccf67

Analogous Colors of #674ccf

#674ccf #a94ccf #4c73cf

Monochromatic Colors of #674ccf

#674ccf

Complementary Color

#674ccf #b4cf4c

#674ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#674ccf Color CSS Codes

.mybgcolor {background-color:#674ccf; } 
.myforecolor {color:#674ccf; }
.mybordercolor {border:3px solid #674ccf; }

#674ccf Text Font Color

<p style="color:#674ccf">Text here</p>

This sample text font color is #674ccf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#674ccf Background Color

<div style="background-color:#674ccf">
Div content here</div>

This div background color is #674ccf


#674ccf Border Color

<div style="border:3px solid #674ccf">
Div here</div>

This div border color is #674ccf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,76,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #674ccf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #674ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #674ccf;
  box-shadow:         1px 1px 3px 2px #674ccf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,76,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #674ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #674ccf;
  -webkit-box-shadow: 1px 1px 3px 2px #674ccf;
  box-shadow:         1px 1px 3px 2px #674ccf;">
Div content here</div>

This div box has shadow with color #674ccf


Comments

No comments written yet.

Please login to write comment.