Color Hex Logo

#dd5288 Color Hex

#DD5288
(221,82,136)
0 Favorites   0 Comments

Color spaces of #dd5288

RGB 22182136
HSL0.940.670.59
HSV337°63°87°
CMYK 0.000.630.38   0.13
XYZ37.280023.184325.8027
Yxy23.18430.43210.2688
Hunter Lab48.150153.94031.9327
CIE-Lab55.261758.8388-0.9002

#dd5288 color RGB value is (221,82,136).

#dd5288 hex color red value is 221, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dd5288 hue: 0.94 , saturation: 0.67 and the lightness value of dd5288 is 0.59.

The process color (four color CMYK) of #dd5288 color hex is 0.00, 0.63, 0.38, 0.13. Web safe color of #dd5288 is #cc6699. Color #dd5288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 10001000
Octal 335 122 210
Decimal 221 82 136
Hex DD 52 88

RGB Percentages of Color #dd5288

%50.34
%18.68
%30.98

CMYK Percentages of Color #dd5288

%0
%63
%38
%13

Triadic Colors of #dd5288

#dd5288 #88dd52 #5288dd

Analogous Colors of #dd5288

#dd5288 #dd6252 #dd52ce

Monochromatic Colors of #dd5288

#dd5288

Complementary Color

#dd5288 #52dda7

#dd5288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5288 Color CSS Codes

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

#dd5288 Text Font Color

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

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


#dd5288 Background Color

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

This div background color is #dd5288


#dd5288 Border Color

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

This div border color is #dd5288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5288


Comments

No comments written yet.

Please login to write comment.