Color Hex Logo

#dc29ae Color Hex

#DC29AE
(220,41,174)
0 Favorites   0 Comments

Color spaces of #dc29ae

RGB 22041174
HSL0.880.720.51
HSV315°81°86°
CMYK 0.000.810.21   0.14
XYZ37.948119.857541.8772
Yxy19.85750.38070.1992
Hunter Lab44.561874.0248-24.5249
CIE-Lab51.675776.4690-28.7640

#dc29ae color RGB value is (220,41,174).

#dc29ae hex color red value is 220, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dc29ae hue: 0.88 , saturation: 0.72 and the lightness value of dc29ae is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10101110
Octal 334 51 256
Decimal 220 41 174
Hex DC 29 AE

RGB Percentages of Color #dc29ae

%50.57
%9.43
%40.00

CMYK Percentages of Color #dc29ae

%0
%81
%21
%14

Triadic Colors of #dc29ae

#dc29ae #aedc29 #29aedc

Analogous Colors of #dc29ae

#dc29ae #dc2955 #b129dc

Monochromatic Colors of #dc29ae

#dc29ae

Complementary Color

#dc29ae #29dc57

#dc29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc29ae Color CSS Codes

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

#dc29ae Text Font Color

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

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


#dc29ae Background Color

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

This div background color is #dc29ae


#dc29ae Border Color

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

This div border color is #dc29ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc29ae


Comments

No comments written yet.

Please login to write comment.