Color Hex Logo

#4206cb Color Hex

#4206CB
(66,6,203)
0 Favorites   0 Comments

Color spaces of #4206cb

RGB 666203
HSL0.720.940.41
HSV258°97°80°
CMYK 0.670.970.00   0.20
XYZ13.09145.600356.8909
Yxy5.60030.17320.0741
Hunter Lab23.665057.3321-125.9686
CIE-Lab28.380866.9211-84.5673

#4206cb color RGB value is (66,6,203).

#4206cb hex color red value is 66, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4206cb hue: 0.72 , saturation: 0.94 and the lightness value of 4206cb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 11001011
Octal 102 6 313
Decimal 66 6 203
Hex 42 6 CB

RGB Percentages of Color #4206cb

%24.00
%2.18
%73.82

CMYK Percentages of Color #4206cb

%67
%97
%0
%20

Triadic Colors of #4206cb

#4206cb #cb4206 #06cb42

Analogous Colors of #4206cb

#4206cb #a506cb #062dcb

Monochromatic Colors of #4206cb

#4206cb

Complementary Color

#4206cb #8fcb06

#4206cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4206cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4206cb Color CSS Codes

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

#4206cb Text Font Color

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

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


#4206cb Background Color

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

This div background color is #4206cb


#4206cb Border Color

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

This div border color is #4206cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4206cb


Comments

No comments written yet.

Please login to write comment.