Color Hex Logo

#420488 Color Hex

#420488
(66,4,136)
0 Favorites   0 Comments

Color spaces of #420488

RGB 664136
HSL0.740.940.27
HSV268°97°53°
CMYK 0.510.970.00   0.47
XYZ6.73413.022723.5211
Yxy3.02270.20240.0908
Hunter Lab17.385938.7132-68.0423
CIE-Lab20.134651.1427-57.7030

#420488 color RGB value is (66,4,136).

#420488 hex color red value is 66, green value is 4 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #420488 hue: 0.74 , saturation: 0.94 and the lightness value of 420488 is 0.27.

The process color (four color CMYK) of #420488 color hex is 0.51, 0.97, 0.00, 0.47. Web safe color of #420488 is #330099. Color #420488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000100 10001000
Octal 102 4 210
Decimal 66 4 136
Hex 42 4 88

RGB Percentages of Color #420488

%32.04
%1.94
%66.02

CMYK Percentages of Color #420488

%51
%97
%0
%47

Triadic Colors of #420488

#420488 #884204 #048842

Analogous Colors of #420488

#420488 #840488 #040888

Monochromatic Colors of #420488

#420488

Complementary Color

#420488 #4a8804

#420488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420488 Color CSS Codes

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

#420488 Text Font Color

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

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


#420488 Background Color

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

This div background color is #420488


#420488 Border Color

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

This div border color is #420488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420488


Comments

No comments written yet.

Please login to write comment.