Color Hex Logo

#dd037b Color Hex

#DD037B
(221,3,123)
0 Favorites   0 Comments

Color spaces of #dd037b

RGB 2213123
HSL0.910.970.44
HSV327°99°87°
CMYK 0.000.990.44   0.13
XYZ33.426516.867320.2328
Yxy16.86730.47400.2392
Hunter Lab41.069873.4080-0.4600
CIE-Lab48.092476.6688-3.6247

#dd037b color RGB value is (221,3,123).

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

The process color (four color CMYK) of #dd037b color hex is 0.00, 0.99, 0.44, 0.13. Web safe color of #dd037b is #cc0066. Color #dd037b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 01111011
Octal 335 3 173
Decimal 221 3 123
Hex DD 3 7B

RGB Percentages of Color #dd037b

%63.69
%0.86
%35.45

CMYK Percentages of Color #dd037b

%0
%99
%44
%13

Triadic Colors of #dd037b

#dd037b #7bdd03 #037bdd

Analogous Colors of #dd037b

#dd037b #dd030e #d203dd

Monochromatic Colors of #dd037b

#dd037b

Complementary Color

#dd037b #03dd65

#dd037b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd037b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd037b Color CSS Codes

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

#dd037b Text Font Color

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

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


#dd037b Background Color

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

This div background color is #dd037b


#dd037b Border Color

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

This div border color is #dd037b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd037b


Comments

No comments written yet.

Please login to write comment.