Color Hex Logo

#4064cb Color Hex

#4064CB
(64,100,203)
0 Favorites   0 Comments

Color spaces of #4064cb

RGB 64100203
HSL0.620.570.52
HSV224°68°80°
CMYK 0.680.510.00   0.20
XYZ17.451014.516158.3820
Yxy14.51610.19320.1607
Hunter Lab38.100015.0836-64.1822
CIE-Lab44.964221.4059-57.3705

#4064cb color RGB value is (64,100,203).

#4064cb hex color red value is 64, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4064cb hue: 0.62 , saturation: 0.57 and the lightness value of 4064cb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100100 11001011
Octal 100 144 313
Decimal 64 100 203
Hex 40 64 CB

RGB Percentages of Color #4064cb

%17.44
%27.25
%55.31

CMYK Percentages of Color #4064cb

%68
%51
%0
%20

Triadic Colors of #4064cb

#4064cb #cb4064 #64cb40

Analogous Colors of #4064cb

#4064cb #6240cb #40aacb

Monochromatic Colors of #4064cb

#4064cb

Complementary Color

#4064cb #cba740

#4064cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4064cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4064cb Color CSS Codes

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

#4064cb Text Font Color

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

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


#4064cb Background Color

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

This div background color is #4064cb


#4064cb Border Color

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

This div border color is #4064cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4064cb


Comments

No comments written yet.

Please login to write comment.