Color Hex Logo

#dd2152 Color Hex

#DD2152
(221,33,82)
0 Favorites   0 Comments

Color spaces of #dd2152

RGB 2213382
HSL0.960.740.50
HSV344°85°87°
CMYK 0.000.850.63   0.13
XYZ31.885617.06919.5967
Yxy17.06910.54460.2915
Hunter Lab41.314865.460515.1483
CIE-Lab48.347070.062821.9375

#dd2152 color RGB value is (221,33,82).

#dd2152 hex color red value is 221, green value is 33 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dd2152 hue: 0.96 , saturation: 0.74 and the lightness value of dd2152 is 0.50.

The process color (four color CMYK) of #dd2152 color hex is 0.00, 0.85, 0.63, 0.13. Web safe color of #dd2152 is #cc3366. Color #dd2152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 01010010
Octal 335 41 122
Decimal 221 33 82
Hex DD 21 52

RGB Percentages of Color #dd2152

%65.77
%9.82
%24.40

CMYK Percentages of Color #dd2152

%0
%85
%63
%13

Triadic Colors of #dd2152

#dd2152 #52dd21 #2152dd

Analogous Colors of #dd2152

#dd2152 #dd4e21 #dd21b0

Monochromatic Colors of #dd2152

#dd2152

Complementary Color

#dd2152 #21ddac

#dd2152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2152 Color CSS Codes

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

#dd2152 Text Font Color

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

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


#dd2152 Background Color

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

This div background color is #dd2152


#dd2152 Border Color

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

This div border color is #dd2152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2152


Comments

No comments written yet.

Please login to write comment.