Color Hex Logo

#dc29bb Color Hex

#DC29BB
(220,41,187)
0 Favorites   0 Comments

Color spaces of #dc29bb

RGB 22041187
HSL0.860.720.51
HSV311°81°86°
CMYK 0.000.810.15   0.14
XYZ39.277820.389448.8791
Yxy20.38940.36190.1878
Hunter Lab45.154676.2478-32.5722
CIE-Lab52.274678.1384-35.4236

#dc29bb color RGB value is (220,41,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 10111011
Octal 334 51 273
Decimal 220 41 187
Hex DC 29 BB

RGB Percentages of Color #dc29bb

%49.11
%9.15
%41.74

CMYK Percentages of Color #dc29bb

%0
%81
%15
%14

Triadic Colors of #dc29bb

#dc29bb #bbdc29 #29bbdc

Analogous Colors of #dc29bb

#dc29bb #dc2962 #a429dc

Monochromatic Colors of #dc29bb

#dc29bb

Complementary Color

#dc29bb #29dc4a

#dc29bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc29bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc29bb Color CSS Codes

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

#dc29bb Text Font Color

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

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


#dc29bb Background Color

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

This div background color is #dc29bb


#dc29bb Border Color

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

This div border color is #dc29bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc29bb


Comments

No comments written yet.

Please login to write comment.