Color Hex Logo

#420fcf Color Hex

#420FCF
(66,15,207)
0 Favorites   0 Comments

Color spaces of #420fcf

RGB 6615207
HSL0.710.860.44
HSV256°93°81°
CMYK 0.680.930.00   0.19
XYZ13.68016.004959.4695
Yxy6.00490.17280.0759
Hunter Lab24.504956.7658-126.7340
CIE-Lab29.424866.2349-85.1651

#420fcf color RGB value is (66,15,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 11001111
Octal 102 17 317
Decimal 66 15 207
Hex 42 F CF

RGB Percentages of Color #420fcf

%22.92
%5.21
%71.88

CMYK Percentages of Color #420fcf

%68
%93
%0
%19

Triadic Colors of #420fcf

#420fcf #cf420f #0fcf42

Analogous Colors of #420fcf

#420fcf #a20fcf #0f3ccf

Monochromatic Colors of #420fcf

#420fcf

Complementary Color

#420fcf #9ccf0f

#420fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fcf Color CSS Codes

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

#420fcf Text Font Color

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

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


#420fcf Background Color

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

This div background color is #420fcf


#420fcf Border Color

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

This div border color is #420fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fcf


Comments

No comments written yet.

Please login to write comment.