Color Hex Logo

#67499c Color Hex

#67499C
(103,73,156)
0 Favorites   0 Comments

Color spaces of #67499c

RGB 10373156
HSL0.730.360.45
HSV262°53°61°
CMYK 0.340.530.00   0.39
XYZ13.976810.049032.6555
Yxy10.04900.24660.1773
Hunter Lab31.700223.2265-38.8867
CIE-Lab37.930231.4545-40.8906

#67499c color RGB value is (103,73,156).

#67499c hex color red value is 103, green value is 73 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #67499c hue: 0.73 , saturation: 0.36 and the lightness value of 67499c is 0.45.

The process color (four color CMYK) of #67499c color hex is 0.34, 0.53, 0.00, 0.39. Web safe color of #67499c is #663399. Color #67499c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 01001001 10011100
Octal 147 111 234
Decimal 103 73 156
Hex 67 49 9C

RGB Percentages of Color #67499c

%31.02
%21.99
%46.99

CMYK Percentages of Color #67499c

%34
%53
%0
%39

Triadic Colors of #67499c

#67499c #9c6749 #499c67

Analogous Colors of #67499c

#67499c #91499c #49559c

Monochromatic Colors of #67499c

#67499c

Complementary Color

#67499c #7e9c49

#67499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#67499c Color CSS Codes

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

#67499c Text Font Color

<p style="color:#67499c">Text here</p>

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


#67499c Background Color

<div style="background-color:#67499c">
Div content here</div>

This div background color is #67499c


#67499c Border Color

<div style="border:3px solid #67499c">
Div here</div>

This div border color is #67499c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,73,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67499c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67499c;
  -webkit-box-shadow: 1px 1px 3px 2px #67499c;
  box-shadow:         1px 1px 3px 2px #67499c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67499c


Comments

No comments written yet.

Please login to write comment.