Color Hex Logo

#421880 Color Hex

#421880
(66,24,128)
0 Favorites   0 Comments

Color spaces of #421880

RGB 6624128
HSL0.730.680.30
HSV264°81°50°
CMYK 0.480.810.00   0.50
XYZ6.46973.370020.7316
Yxy3.37000.21160.1102
Hunter Lab18.357630.7825-54.1072
CIE-Lab21.468642.6484-50.4580

#421880 color RGB value is (66,24,128).

#421880 hex color red value is 66, green value is 24 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #421880 hue: 0.73 , saturation: 0.68 and the lightness value of 421880 is 0.30.

The process color (four color CMYK) of #421880 color hex is 0.48, 0.81, 0.00, 0.50. Web safe color of #421880 is #330099. Color #421880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 10000000
Octal 102 30 200
Decimal 66 24 128
Hex 42 18 80

RGB Percentages of Color #421880

%30.28
%11.01
%58.72

CMYK Percentages of Color #421880

%48
%81
%0
%50

Triadic Colors of #421880

#421880 #804218 #188042

Analogous Colors of #421880

#421880 #761880 #182280

Monochromatic Colors of #421880

#421880

Complementary Color

#421880 #568018

#421880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421880 Color CSS Codes

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

#421880 Text Font Color

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

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


#421880 Background Color

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

This div background color is #421880


#421880 Border Color

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

This div border color is #421880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421880


Comments

No comments written yet.

Please login to write comment.