Color Hex Logo

#420bcf Color Hex

#420BCF
(66,11,207)
0 Favorites   0 Comments

Color spaces of #420bcf

RGB 6611207
HSL0.710.900.43
HSV257°95°81°
CMYK 0.680.950.00   0.19
XYZ13.62895.902659.4525
Yxy5.90260.17260.0747
Hunter Lab24.295357.6163-128.0808
CIE-Lab29.165467.0259-85.5969

#420bcf color RGB value is (66,11,207).

#420bcf hex color red value is 66, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #420bcf hue: 0.71 , saturation: 0.90 and the lightness value of 420bcf is 0.43.

The process color (four color CMYK) of #420bcf color hex is 0.68, 0.95, 0.00, 0.19. Web safe color of #420bcf is #3300cc. Color #420bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001011 11001111
Octal 102 13 317
Decimal 66 11 207
Hex 42 B CF

RGB Percentages of Color #420bcf

%23.24
%3.87
%72.89

CMYK Percentages of Color #420bcf

%68
%95
%0
%19

Triadic Colors of #420bcf

#420bcf #cf420b #0bcf42

Analogous Colors of #420bcf

#420bcf #a40bcf #0b36cf

Monochromatic Colors of #420bcf

#420bcf

Complementary Color

#420bcf #98cf0b

#420bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#420bcf Color CSS Codes

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

#420bcf Text Font Color

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

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


#420bcf Background Color

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

This div background color is #420bcf


#420bcf Border Color

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

This div border color is #420bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420bcf


Comments

No comments written yet.

Please login to write comment.