Color Hex Logo

#420cbf Color Hex

#420CBF
(66,12,191)
0 Favorites   0 Comments

Color spaces of #420cbf

RGB 6612191
HSL0.720.880.40
HSV258°94°75°
CMYK 0.650.940.00   0.25
XYZ11.78225.182849.6696
Yxy5.18280.17680.0778
Hunter Lab22.765852.5409-113.4210
CIE-Lab27.249362.8864-79.3918

#420cbf color RGB value is (66,12,191).

#420cbf hex color red value is 66, green value is 12 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #420cbf hue: 0.72 , saturation: 0.88 and the lightness value of 420cbf is 0.40.

The process color (four color CMYK) of #420cbf color hex is 0.65, 0.94, 0.00, 0.25. Web safe color of #420cbf is #3300cc. Color #420cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001100 10111111
Octal 102 14 277
Decimal 66 12 191
Hex 42 C BF

RGB Percentages of Color #420cbf

%24.54
%4.46
%71.00

CMYK Percentages of Color #420cbf

%65
%94
%0
%25

Triadic Colors of #420cbf

#420cbf #bf420c #0cbf42

Analogous Colors of #420cbf

#420cbf #9c0cbf #0c2fbf

Monochromatic Colors of #420cbf

#420cbf

Complementary Color

#420cbf #89bf0c

#420cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#420cbf Color CSS Codes

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

#420cbf Text Font Color

<p style="color:#420cbf">Text here</p>

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


#420cbf Background Color

<div style="background-color:#420cbf">
Div content here</div>

This div background color is #420cbf


#420cbf Border Color

<div style="border:3px solid #420cbf">
Div here</div>

This div border color is #420cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,12,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #420cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #420cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #420cbf;
  box-shadow:         1px 1px 3px 2px #420cbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,12,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420cbf


Comments

No comments written yet.

Please login to write comment.