Color Hex Logo

#dd29bc Color Hex

#DD29BC
(221,41,188)
0 Favorites   0 Comments

Color spaces of #dd29bc

RGB 22141188
HSL0.860.730.51
HSV311°81°87°
CMYK 0.000.810.15   0.13
XYZ39.688820.588949.4592
Yxy20.58890.36170.1876
Hunter Lab45.375076.7249-32.8642
CIE-Lab52.496678.4762-35.6443

#dd29bc color RGB value is (221,41,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 10111100
Octal 335 51 274
Decimal 221 41 188
Hex DD 29 BC

RGB Percentages of Color #dd29bc

%49.11
%9.11
%41.78

CMYK Percentages of Color #dd29bc

%0
%81
%15
%13

Triadic Colors of #dd29bc

#dd29bc #bcdd29 #29bcdd

Analogous Colors of #dd29bc

#dd29bc #dd2962 #a429dd

Monochromatic Colors of #dd29bc

#dd29bc

Complementary Color

#dd29bc #29dd4a

#dd29bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd29bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd29bc Color CSS Codes

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

#dd29bc Text Font Color

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

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


#dd29bc Background Color

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

This div background color is #dd29bc


#dd29bc Border Color

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

This div border color is #dd29bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd29bc


Comments

No comments written yet.

Please login to write comment.