Color Hex Logo

#674acb Color Hex

#674ACB
(103,74,203)
0 Favorites   0 Comments

Color spaces of #674acb

RGB 10374203
HSL0.700.550.54
HSV253°64°80°
CMYK 0.490.640.00   0.20
XYZ18.821812.092957.8421
Yxy12.09290.21210.1362
Hunter Lab34.774835.7567-74.2765
CIE-Lab41.363444.1807-63.0763

#674acb color RGB value is (103,74,203).

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

The process color (four color CMYK) of #674acb color hex is 0.49, 0.64, 0.00, 0.20. Web safe color of #674acb is #6633cc. Color #674acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001010 11001011
Octal 147 112 313
Decimal 103 74 203
Hex 67 4A CB

RGB Percentages of Color #674acb

%27.11
%19.47
%53.42

CMYK Percentages of Color #674acb

%49
%64
%0
%20

Triadic Colors of #674acb

#674acb #cb674a #4acb67

Analogous Colors of #674acb

#674acb #a84acb #4a6ecb

Monochromatic Colors of #674acb

#674acb

Complementary Color

#674acb #aecb4a

#674acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#674acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#674acb Color CSS Codes

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

#674acb Text Font Color

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

This sample text font color is #674acb
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.


#674acb Background Color

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

This div background color is #674acb


#674acb Border Color

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

This div border color is #674acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #674acb


Comments

No comments written yet.

Please login to write comment.