Color Hex Logo

#dc39ad Color Hex

#DC39AD
(220,57,173)
0 Favorites   0 Comments

Color spaces of #dc39ad

RGB 22057173
HSL0.880.700.54
HSV317°74°86°
CMYK 0.000.740.21   0.14
XYZ38.521221.159041.5890
Yxy21.15900.38040.2089
Hunter Lab45.998968.9844-21.4066
CIE-Lab53.123172.0745-25.9341

#dc39ad color RGB value is (220,57,173).

#dc39ad hex color red value is 220, green value is 57 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dc39ad hue: 0.88 , saturation: 0.70 and the lightness value of dc39ad is 0.54.

The process color (four color CMYK) of #dc39ad color hex is 0.00, 0.74, 0.21, 0.14. Web safe color of #dc39ad is #cc3399. Color #dc39ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 10101101
Octal 334 71 255
Decimal 220 57 173
Hex DC 39 AD

RGB Percentages of Color #dc39ad

%48.89
%12.67
%38.44

CMYK Percentages of Color #dc39ad

%0
%74
%21
%14

Triadic Colors of #dc39ad

#dc39ad #addc39 #39addc

Analogous Colors of #dc39ad

#dc39ad #dc395b #ba39dc

Monochromatic Colors of #dc39ad

#dc39ad

Complementary Color

#dc39ad #39dc68

#dc39ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc39ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc39ad Color CSS Codes

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

#dc39ad Text Font Color

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

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


#dc39ad Background Color

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

This div background color is #dc39ad


#dc39ad Border Color

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

This div border color is #dc39ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc39ad


Comments

No comments written yet.

Please login to write comment.