Color Hex Logo

#dd2370 Color Hex

#DD2370
(221,35,112)
0 Favorites   0 Comments

Color spaces of #dd2370

RGB 22135112
HSL0.930.730.50
HSV335°84°87°
CMYK 0.000.840.49   0.13
XYZ33.344517.744116.9967
Yxy17.74410.48970.2606
Hunter Lab42.123767.58135.5634
CIE-Lab49.184271.67374.6992

#dd2370 color RGB value is (221,35,112).

#dd2370 hex color red value is 221, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dd2370 hue: 0.93 , saturation: 0.73 and the lightness value of dd2370 is 0.50.

The process color (four color CMYK) of #dd2370 color hex is 0.00, 0.84, 0.49, 0.13. Web safe color of #dd2370 is #cc3366. Color #dd2370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01110000
Octal 335 43 160
Decimal 221 35 112
Hex DD 23 70

RGB Percentages of Color #dd2370

%60.05
%9.51
%30.43

CMYK Percentages of Color #dd2370

%0
%84
%49
%13

Triadic Colors of #dd2370

#dd2370 #70dd23 #2370dd

Analogous Colors of #dd2370

#dd2370 #dd3323 #dd23cd

Monochromatic Colors of #dd2370

#dd2370

Complementary Color

#dd2370 #23dd90

#dd2370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2370 Color CSS Codes

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

#dd2370 Text Font Color

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

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


#dd2370 Background Color

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

This div background color is #dd2370


#dd2370 Border Color

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

This div border color is #dd2370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2370


Comments

No comments written yet.

Please login to write comment.