Color Hex Logo

#dd2462 Color Hex

#DD2462
(221,36,98)
0 Favorites   0 Comments

Color spaces of #dd2462

RGB 2213698
HSL0.940.730.50
HSV340°84°87°
CMYK 0.000.840.56   0.13
XYZ32.654317.515713.2151
Yxy17.51570.51520.2763
Hunter Lab41.851866.031710.5748
CIE-Lab48.903470.434412.8799

#dd2462 color RGB value is (221,36,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 01100010
Octal 335 44 142
Decimal 221 36 98
Hex DD 24 62

RGB Percentages of Color #dd2462

%62.25
%10.14
%27.61

CMYK Percentages of Color #dd2462

%0
%84
%56
%13

Triadic Colors of #dd2462

#dd2462 #62dd24 #2462dd

Analogous Colors of #dd2462

#dd2462 #dd4224 #dd24bf

Monochromatic Colors of #dd2462

#dd2462

Complementary Color

#dd2462 #24dd9f

#dd2462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2462 Color CSS Codes

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

#dd2462 Text Font Color

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

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


#dd2462 Background Color

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

This div background color is #dd2462


#dd2462 Border Color

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

This div border color is #dd2462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2462


Comments

No comments written yet.

Please login to write comment.