Color Hex Logo

#421855 Color Hex

#421855
(66,24,85)
0 Favorites   0 Comments

Color spaces of #421855

RGB 662485
HSL0.780.560.21
HSV281°72°33°
CMYK 0.220.720.00   0.67
XYZ4.21312.46748.8485
Yxy2.46740.27130.1589
Hunter Lab15.708020.3873-22.4033
CIE-Lab17.770531.3903-28.4046

#421855 color RGB value is (66,24,85).

#421855 hex color red value is 66, green value is 24 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #421855 hue: 0.78 , saturation: 0.56 and the lightness value of 421855 is 0.21.

The process color (four color CMYK) of #421855 color hex is 0.22, 0.72, 0.00, 0.67. Web safe color of #421855 is #330066. Color #421855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00011000 01010101
Octal 102 30 125
Decimal 66 24 85
Hex 42 18 55

RGB Percentages of Color #421855

%37.71
%13.71
%48.57

CMYK Percentages of Color #421855

%22
%72
%0
%67

Triadic Colors of #421855

#421855 #554218 #185542

Analogous Colors of #421855

#421855 #55184a #241855

Monochromatic Colors of #421855

#421855

Complementary Color

#421855 #2b5518

#421855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421855 Color CSS Codes

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

#421855 Text Font Color

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

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


#421855 Background Color

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

This div background color is #421855


#421855 Border Color

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

This div border color is #421855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421855


Comments

No comments written yet.

Please login to write comment.