Color Hex Logo

#dc33ac Color Hex

#DC33AC
(220,51,172)
0 Favorites   0 Comments

Color spaces of #dc33ac

RGB 22051172
HSL0.880.710.53
HSV317°77°86°
CMYK 0.000.770.22   0.14
XYZ38.145420.561940.9881
Yxy20.56190.38260.2062
Hunter Lab45.345270.8039-21.8513
CIE-Lab52.466673.6968-26.3636

#dc33ac color RGB value is (220,51,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110011 10101100
Octal 334 63 254
Decimal 220 51 172
Hex DC 33 AC

RGB Percentages of Color #dc33ac

%49.66
%11.51
%38.83

CMYK Percentages of Color #dc33ac

%0
%77
%22
%14

Triadic Colors of #dc33ac

#dc33ac #acdc33 #33acdc

Analogous Colors of #dc33ac

#dc33ac #dc3357 #b833dc

Monochromatic Colors of #dc33ac

#dc33ac

Complementary Color

#dc33ac #33dc63

#dc33ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc33ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc33ac Color CSS Codes

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

#dc33ac Text Font Color

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

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


#dc33ac Background Color

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

This div background color is #dc33ac


#dc33ac Border Color

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

This div border color is #dc33ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc33ac


Comments

No comments written yet.

Please login to write comment.