Color Hex Logo

#dd2993 Color Hex

#DD2993
(221,41,147)
0 Favorites   0 Comments

Color spaces of #dd2993

RGB 22141147
HSL0.900.730.51
HSV325°81°87°
CMYK 0.000.810.33   0.13
XYZ35.878219.064629.3926
Yxy19.06460.42540.2261
Hunter Lab43.663070.2643-9.3481
CIE-Lab50.762773.5848-14.1495

#dd2993 color RGB value is (221,41,147).

#dd2993 hex color red value is 221, green value is 41 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dd2993 hue: 0.90 , saturation: 0.73 and the lightness value of dd2993 is 0.51.

The process color (four color CMYK) of #dd2993 color hex is 0.00, 0.81, 0.33, 0.13. Web safe color of #dd2993 is #cc3399. Color #dd2993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101001 10010011
Octal 335 51 223
Decimal 221 41 147
Hex DD 29 93

RGB Percentages of Color #dd2993

%54.03
%10.02
%35.94

CMYK Percentages of Color #dd2993

%0
%81
%33
%13

Triadic Colors of #dd2993

#dd2993 #93dd29 #2993dd

Analogous Colors of #dd2993

#dd2993 #dd2939 #cd29dd

Monochromatic Colors of #dd2993

#dd2993

Complementary Color

#dd2993 #29dd73

#dd2993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2993 Color CSS Codes

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

#dd2993 Text Font Color

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

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


#dd2993 Background Color

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

This div background color is #dd2993


#dd2993 Border Color

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

This div border color is #dd2993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2993


Comments

No comments written yet.

Please login to write comment.