Color Hex Logo

#420fbf Color Hex

#420FBF
(66,15,191)
0 Favorites   0 Comments

Color spaces of #420fbf

RGB 6615191
HSL0.710.850.40
HSV257°92°75°
CMYK 0.650.920.00   0.25
XYZ11.82165.261549.6827
Yxy5.26150.17710.0788
Hunter Lab22.938051.8526-112.3632
CIE-Lab27.467262.2251-79.0298

#420fbf color RGB value is (66,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00001111 10111111
Octal 102 17 277
Decimal 66 15 191
Hex 42 F BF

RGB Percentages of Color #420fbf

%24.26
%5.51
%70.22

CMYK Percentages of Color #420fbf

%65
%92
%0
%25

Triadic Colors of #420fbf

#420fbf #bf420f #0fbf42

Analogous Colors of #420fbf

#420fbf #9a0fbf #0f34bf

Monochromatic Colors of #420fbf

#420fbf

Complementary Color

#420fbf #8cbf0f

#420fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#420fbf Color CSS Codes

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

#420fbf Text Font Color

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

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


#420fbf Background Color

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

This div background color is #420fbf


#420fbf Border Color

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

This div border color is #420fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420fbf


Comments

No comments written yet.

Please login to write comment.