Color Hex Logo

#421155 Color Hex

#421155
(66,17,85)
0 Favorites   0 Comments

Color spaces of #421155

RGB 661785
HSL0.790.670.20
HSV283°80°33°
CMYK 0.220.800.00   0.67
XYZ4.08692.21508.8065
Yxy2.21500.27050.1466
Hunter Lab14.882922.9718-24.6651
CIE-Lab16.577434.7485-30.3245

#421155 color RGB value is (66,17,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010001 01010101
Octal 102 21 125
Decimal 66 17 85
Hex 42 11 55

RGB Percentages of Color #421155

%39.29
%10.12
%50.60

CMYK Percentages of Color #421155

%22
%80
%0
%67

Triadic Colors of #421155

#421155 #554211 #115542

Analogous Colors of #421155

#421155 #551146 #201155

Monochromatic Colors of #421155

#421155

Complementary Color

#421155 #245511

#421155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421155 Color CSS Codes

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

#421155 Text Font Color

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

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


#421155 Background Color

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

This div background color is #421155


#421155 Border Color

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

This div border color is #421155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421155


Comments

No comments written yet.

Please login to write comment.