Color Hex Logo

#dc29cd Color Hex

#DC29CD
(220,41,205)
0 Favorites   0 Comments

Color spaces of #dc29cd

RGB 22041205
HSL0.850.720.51
HSV305°81°86°
CMYK 0.000.810.07   0.14
XYZ41.327621.209359.6732
Yxy21.20930.33820.1735
Hunter Lab46.053679.5888-44.5866
CIE-Lab53.177880.6145-44.3982

#dc29cd color RGB value is (220,41,205).

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

The process color (four color CMYK) of #dc29cd color hex is 0.00, 0.81, 0.07, 0.14. Web safe color of #dc29cd is #cc33cc. Color #dc29cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 11001101
Octal 334 51 315
Decimal 220 41 205
Hex DC 29 CD

RGB Percentages of Color #dc29cd

%47.21
%8.80
%43.99

CMYK Percentages of Color #dc29cd

%0
%81
%7
%14

Triadic Colors of #dc29cd

#dc29cd #cddc29 #29cddc

Analogous Colors of #dc29cd

#dc29cd #dc2974 #9229dc

Monochromatic Colors of #dc29cd

#dc29cd

Complementary Color

#dc29cd #29dc38

#dc29cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc29cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc29cd Color CSS Codes

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

#dc29cd Text Font Color

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

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


#dc29cd Background Color

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

This div background color is #dc29cd


#dc29cd Border Color

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

This div border color is #dc29cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc29cd


Comments

No comments written yet.

Please login to write comment.