Color Hex Logo

#dc71ae Color Hex

#DC71AE
(220,113,174)
0 Favorites   0 Comments

Color spaces of #dc71ae

RGB 220113174
HSL0.900.600.65
HSV326°49°86°
CMYK 0.000.490.21   0.14
XYZ43.060330.081943.5813
Yxy30.08190.36890.2577
Hunter Lab54.847044.1580-8.7188
CIE-Lab61.724848.9954-13.3846

#dc71ae color RGB value is (220,113,174).

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

The process color (four color CMYK) of #dc71ae color hex is 0.00, 0.49, 0.21, 0.14. Web safe color of #dc71ae is #cc6699. Color #dc71ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01110001 10101110
Octal 334 161 256
Decimal 220 113 174
Hex DC 71 AE

RGB Percentages of Color #dc71ae

%43.39
%22.29
%34.32

CMYK Percentages of Color #dc71ae

%0
%49
%21
%14

Triadic Colors of #dc71ae

#dc71ae #aedc71 #71aedc

Analogous Colors of #dc71ae

#dc71ae #dc7179 #d571dc

Monochromatic Colors of #dc71ae

#dc71ae

Complementary Color

#dc71ae #71dc9f

#dc71ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc71ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc71ae Color CSS Codes

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

#dc71ae Text Font Color

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

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


#dc71ae Background Color

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

This div background color is #dc71ae


#dc71ae Border Color

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

This div border color is #dc71ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc71ae


Comments

No comments written yet.

Please login to write comment.