Color Hex Logo

#dd005f Color Hex

#DD005F
(221,0,95)
0 Favorites   0 Comments

Color spaces of #dd005f

RGB 221095
HSL0.931.000.43
HSV334°100°87°
CMYK 0.001.000.57   0.13
XYZ31.884416.198412.2726
Yxy16.19840.52830.2684
Hunter Lab40.247270.977410.0938
CIE-Lab47.233774.857012.4136

#dd005f color RGB value is (221,0,95).

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

The process color (four color CMYK) of #dd005f color hex is 0.00, 1.00, 0.57, 0.13. Web safe color of #dd005f is #cc0066. Color #dd005f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 01011111
Octal 335 0 137
Decimal 221 0 95
Hex DD 0 5F

RGB Percentages of Color #dd005f

%69.94
%0.00
%30.06

CMYK Percentages of Color #dd005f

%0
%100
%57
%13

Triadic Colors of #dd005f

#dd005f #5fdd00 #005fdd

Analogous Colors of #dd005f

#dd005f #dd0f00 #dd00ce

Monochromatic Colors of #dd005f

#dd005f

Complementary Color

#dd005f #00dd7e

#dd005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd005f Color CSS Codes

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

#dd005f Text Font Color

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

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


#dd005f Background Color

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

This div background color is #dd005f


#dd005f Border Color

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

This div border color is #dd005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd005f


Comments

No comments written yet.

Please login to write comment.