Color Hex Logo

#dd008a Color Hex

#DD008A
(221,0,138)
0 Favorites   0 Comments

Color spaces of #dd008a

RGB 2210138
HSL0.901.000.43
HSV323°100°87°
CMYK 0.001.000.38   0.13
XYZ34.406217.207125.5527
Yxy17.20710.44590.2230
Hunter Lab41.481475.4618-7.4858
CIE-Lab48.519978.2408-12.1229

#dd008a color RGB value is (221,0,138).

#dd008a hex color red value is 221, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dd008a hue: 0.90 , saturation: 1.00 and the lightness value of dd008a is 0.43.

The process color (four color CMYK) of #dd008a color hex is 0.00, 1.00, 0.38, 0.13. Web safe color of #dd008a is #cc0099. Color #dd008a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 10001010
Octal 335 0 212
Decimal 221 0 138
Hex DD 0 8A

RGB Percentages of Color #dd008a

%61.56
%0.00
%38.44

CMYK Percentages of Color #dd008a

%0
%100
%38
%13

Triadic Colors of #dd008a

#dd008a #8add00 #008add

Analogous Colors of #dd008a

#dd008a #dd001c #c200dd

Monochromatic Colors of #dd008a

#dd008a

Complementary Color

#dd008a #00dd53

#dd008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd008a Color CSS Codes

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

#dd008a Text Font Color

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

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


#dd008a Background Color

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

This div background color is #dd008a


#dd008a Border Color

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

This div border color is #dd008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd008a


Comments

No comments written yet.

Please login to write comment.