Color Hex Logo

#420277 Color Hex

#420277
(66,2,119)
0 Favorites   0 Comments

Color spaces of #420277

RGB 662119
HSL0.760.970.24
HSV273°98°47°
CMYK 0.450.980.00   0.53
XYZ5.59822.533617.6467
Yxy2.53360.21720.0983
Hunter Lab15.917334.9242-54.5898
CIE-Lab18.069947.6860-50.3018

#420277 color RGB value is (66,2,119).

#420277 hex color red value is 66, green value is 2 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #420277 hue: 0.76 , saturation: 0.97 and the lightness value of 420277 is 0.24.

The process color (four color CMYK) of #420277 color hex is 0.45, 0.98, 0.00, 0.53. Web safe color of #420277 is #330066. Color #420277 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000010 01110111
Octal 102 2 167
Decimal 66 2 119
Hex 42 2 77

RGB Percentages of Color #420277

%35.29
%1.07
%63.64

CMYK Percentages of Color #420277

%45
%98
%0
%53

Triadic Colors of #420277

#420277 #774202 #027742

Analogous Colors of #420277

#420277 #770272 #070277

Monochromatic Colors of #420277

#420277

Complementary Color

#420277 #377702

#420277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#420277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#420277 Color CSS Codes

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

#420277 Text Font Color

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

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


#420277 Background Color

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

This div background color is #420277


#420277 Border Color

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

This div border color is #420277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #420277


Comments

No comments written yet.

Please login to write comment.