Color Hex Logo

#dd039b Color Hex

#DD039B
(221,3,155)
0 Favorites   0 Comments

Color spaces of #dd039b

RGB 2213155
HSL0.880.970.44
HSV318°99°87°
CMYK 0.000.990.30   0.13
XYZ35.767817.803832.5617
Yxy17.80380.41530.2067
Hunter Lab42.194577.4718-16.2181
CIE-Lab49.257379.7027-21.2329

#dd039b color RGB value is (221,3,155).

#dd039b hex color red value is 221, green value is 3 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dd039b hue: 0.88 , saturation: 0.97 and the lightness value of dd039b is 0.44.

The process color (four color CMYK) of #dd039b color hex is 0.00, 0.99, 0.30, 0.13. Web safe color of #dd039b is #cc0099. Color #dd039b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 10011011
Octal 335 3 233
Decimal 221 3 155
Hex DD 3 9B

RGB Percentages of Color #dd039b

%58.31
%0.79
%40.90

CMYK Percentages of Color #dd039b

%0
%99
%30
%13

Triadic Colors of #dd039b

#dd039b #9bdd03 #039bdd

Analogous Colors of #dd039b

#dd039b #dd032e #b203dd

Monochromatic Colors of #dd039b

#dd039b

Complementary Color

#dd039b #03dd45

#dd039b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd039b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd039b Color CSS Codes

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

#dd039b Text Font Color

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

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


#dd039b Background Color

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

This div background color is #dd039b


#dd039b Border Color

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

This div border color is #dd039b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd039b


Comments

No comments written yet.

Please login to write comment.