Color Hex Logo

#dc31ac Color Hex

#DC31AC
(220,49,172)
0 Favorites   0 Comments

Color spaces of #dc31ac

RGB 22049172
HSL0.880.710.53
HSV317°78°86°
CMYK 0.000.780.22   0.14
XYZ38.059920.390840.9596
Yxy20.39080.38290.2051
Hunter Lab45.156271.4255-22.1706
CIE-Lab52.276274.2418-26.6585

#dc31ac color RGB value is (220,49,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 10101100
Octal 334 61 254
Decimal 220 49 172
Hex DC 31 AC

RGB Percentages of Color #dc31ac

%49.89
%11.11
%39.00

CMYK Percentages of Color #dc31ac

%0
%78
%22
%14

Triadic Colors of #dc31ac

#dc31ac #acdc31 #31acdc

Analogous Colors of #dc31ac

#dc31ac #dc3156 #b731dc

Monochromatic Colors of #dc31ac

#dc31ac

Complementary Color

#dc31ac #31dc61

#dc31ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc31ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc31ac Color CSS Codes

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

#dc31ac Text Font Color

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

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


#dc31ac Background Color

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

This div background color is #dc31ac


#dc31ac Border Color

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

This div border color is #dc31ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc31ac


Comments

No comments written yet.

Please login to write comment.