Color Hex Logo

#421255 Color Hex

#421255
(66,18,85)
0 Favorites   0 Comments

Color spaces of #421255

RGB 661885
HSL0.790.650.20
HSV283°79°33°
CMYK 0.220.790.00   0.67
XYZ4.10282.24678.8118
Yxy2.24670.27060.1482
Hunter Lab14.989022.6284-24.3634
CIE-Lab16.732034.3087-30.0752

#421255 color RGB value is (66,18,85).

#421255 hex color red value is 66, green value is 18 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #421255 hue: 0.79 , saturation: 0.65 and the lightness value of 421255 is 0.20.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010010 01010101
Octal 102 22 125
Decimal 66 18 85
Hex 42 12 55

RGB Percentages of Color #421255

%39.05
%10.65
%50.30

CMYK Percentages of Color #421255

%22
%79
%0
%67

Triadic Colors of #421255

#421255 #554212 #125542

Analogous Colors of #421255

#421255 #551247 #211255

Monochromatic Colors of #421255

#421255

Complementary Color

#421255 #255512

#421255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421255 Color CSS Codes

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

#421255 Text Font Color

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

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


#421255 Background Color

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

This div background color is #421255


#421255 Border Color

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

This div border color is #421255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421255


Comments

No comments written yet.

Please login to write comment.