Color Hex Logo

#4009cb Color Hex

#4009CB
(64,9,203)
0 Favorites   0 Comments

Color spaces of #4009cb

RGB 649203
HSL0.710.920.42
HSV257°96°80°
CMYK 0.680.960.00   0.20
XYZ12.99155.597256.8955
Yxy5.59720.17210.0742
Hunter Lab23.658456.6172-126.0242
CIE-Lab28.372666.2979-84.5858

#4009cb color RGB value is (64,9,203).

#4009cb hex color red value is 64, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4009cb hue: 0.71 , saturation: 0.92 and the lightness value of 4009cb is 0.42.

The process color (four color CMYK) of #4009cb color hex is 0.68, 0.96, 0.00, 0.20. Web safe color of #4009cb is #3300cc. Color #4009cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001001 11001011
Octal 100 11 313
Decimal 64 9 203
Hex 40 9 CB

RGB Percentages of Color #4009cb

%23.19
%3.26
%73.55

CMYK Percentages of Color #4009cb

%68
%96
%0
%20

Triadic Colors of #4009cb

#4009cb #cb4009 #09cb40

Analogous Colors of #4009cb

#4009cb #a109cb #0933cb

Monochromatic Colors of #4009cb

#4009cb

Complementary Color

#4009cb #94cb09

#4009cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4009cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4009cb Color CSS Codes

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

#4009cb Text Font Color

<p style="color:#4009cb">Text here</p>

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


#4009cb Background Color

<div style="background-color:#4009cb">
Div content here</div>

This div background color is #4009cb


#4009cb Border Color

<div style="border:3px solid #4009cb">
Div here</div>

This div border color is #4009cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,9,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4009cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4009cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4009cb;
  box-shadow:         1px 1px 3px 2px #4009cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,9,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 #4009cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4009cb


Comments

No comments written yet.

Please login to write comment.