Color Hex Logo

#dc5581 Color Hex

#DC5581
(220,85,129)
0 Favorites   0 Comments

Color spaces of #dc5581

RGB 22085129
HSL0.950.660.60
HSV340°61°86°
CMYK 0.000.610.41   0.14
XYZ36.726123.297623.3301
Yxy23.29760.44060.2795
Hunter Lab48.267651.34985.1295
CIE-Lab55.377656.51763.3864

#dc5581 color RGB value is (220,85,129).

#dc5581 hex color red value is 220, green value is 85 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dc5581 hue: 0.95 , saturation: 0.66 and the lightness value of dc5581 is 0.60.

The process color (four color CMYK) of #dc5581 color hex is 0.00, 0.61, 0.41, 0.14. Web safe color of #dc5581 is #cc6699. Color #dc5581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01010101 10000001
Octal 334 125 201
Decimal 220 85 129
Hex DC 55 81

RGB Percentages of Color #dc5581

%50.69
%19.59
%29.72

CMYK Percentages of Color #dc5581

%0
%61
%41
%14

Triadic Colors of #dc5581

#dc5581 #81dc55 #5581dc

Analogous Colors of #dc5581

#dc5581 #dc6d55 #dc55c5

Monochromatic Colors of #dc5581

#dc5581

Complementary Color

#dc5581 #55dcb0

#dc5581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc5581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc5581 Color CSS Codes

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

#dc5581 Text Font Color

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

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


#dc5581 Background Color

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

This div background color is #dc5581


#dc5581 Border Color

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

This div border color is #dc5581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc5581


Comments

No comments written yet.

Please login to write comment.