Color Hex Logo

#dc58af Color Hex

#DC58AF
(220,88,175)
0 Favorites   0 Comments

Color spaces of #dc58af

RGB 22088175
HSL0.890.650.60
HSV320°60°86°
CMYK 0.000.600.20   0.14
XYZ40.742825.290243.2916
Yxy25.29020.37270.2313
Hunter Lab50.289456.6085-15.8372
CIE-Lab57.357160.8052-20.5879

#dc58af color RGB value is (220,88,175).

#dc58af hex color red value is 220, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dc58af hue: 0.89 , saturation: 0.65 and the lightness value of dc58af is 0.60.

The process color (four color CMYK) of #dc58af color hex is 0.00, 0.60, 0.20, 0.14. Web safe color of #dc58af is #cc6699. Color #dc58af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01011000 10101111
Octal 334 130 257
Decimal 220 88 175
Hex DC 58 AF

RGB Percentages of Color #dc58af

%45.55
%18.22
%36.23

CMYK Percentages of Color #dc58af

%0
%60
%20
%14

Triadic Colors of #dc58af

#dc58af #afdc58 #58afdc

Analogous Colors of #dc58af

#dc58af #dc586d #c758dc

Monochromatic Colors of #dc58af

#dc58af

Complementary Color

#dc58af #58dc85

#dc58af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc58af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc58af Color CSS Codes

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

#dc58af Text Font Color

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

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


#dc58af Background Color

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

This div background color is #dc58af


#dc58af Border Color

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

This div border color is #dc58af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc58af


Comments

No comments written yet.

Please login to write comment.