Color Hex Logo

#dc32af Color Hex

#DC32AF
(220,50,175)
0 Favorites   0 Comments

Color spaces of #dc32af

RGB 22050175
HSL0.880.710.53
HSV316°77°86°
CMYK 0.000.770.20   0.14
XYZ38.393720.592042.5085
Yxy20.59200.37830.2029
Hunter Lab45.378471.6128-23.7754
CIE-Lab52.500074.3513-28.0700

#dc32af color RGB value is (220,50,175).

#dc32af hex color red value is 220, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dc32af hue: 0.88 , saturation: 0.71 and the lightness value of dc32af is 0.53.

The process color (four color CMYK) of #dc32af color hex is 0.00, 0.77, 0.20, 0.14. Web safe color of #dc32af is #cc3399. Color #dc32af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110010 10101111
Octal 334 62 257
Decimal 220 50 175
Hex DC 32 AF

RGB Percentages of Color #dc32af

%49.44
%11.24
%39.33

CMYK Percentages of Color #dc32af

%0
%77
%20
%14

Triadic Colors of #dc32af

#dc32af #afdc32 #32afdc

Analogous Colors of #dc32af

#dc32af #dc325a #b432dc

Monochromatic Colors of #dc32af

#dc32af

Complementary Color

#dc32af #32dc5f

#dc32af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc32af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc32af Color CSS Codes

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

#dc32af Text Font Color

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

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


#dc32af Background Color

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

This div background color is #dc32af


#dc32af Border Color

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

This div border color is #dc32af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc32af


Comments

No comments written yet.

Please login to write comment.