Color Hex Logo

#dc29bf Color Hex

#DC29BF
(220,41,191)
0 Favorites   0 Comments

Color spaces of #dc29bf

RGB 22041191
HSL0.860.720.51
HSV310°81°86°
CMYK 0.000.810.13   0.14
XYZ39.712120.563151.1662
Yxy20.56310.35630.1845
Hunter Lab45.346676.9643-35.1565
CIE-Lab52.468078.6727-37.4424

#dc29bf color RGB value is (220,41,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10111111
Octal 334 51 277
Decimal 220 41 191
Hex DC 29 BF

RGB Percentages of Color #dc29bf

%48.67
%9.07
%42.26

CMYK Percentages of Color #dc29bf

%0
%81
%13
%14

Triadic Colors of #dc29bf

#dc29bf #bfdc29 #29bfdc

Analogous Colors of #dc29bf

#dc29bf #dc2966 #a029dc

Monochromatic Colors of #dc29bf

#dc29bf

Complementary Color

#dc29bf #29dc46

#dc29bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc29bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc29bf Color CSS Codes

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

#dc29bf Text Font Color

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

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


#dc29bf Background Color

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

This div background color is #dc29bf


#dc29bf Border Color

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

This div border color is #dc29bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc29bf


Comments

No comments written yet.

Please login to write comment.