Color Hex Logo

#dd237a Color Hex

#DD237A
(221,35,122)
0 Favorites   0 Comments

Color spaces of #dd237a

RGB 22135122
HSL0.920.730.50
HSV332°84°87°
CMYK 0.000.840.45   0.13
XYZ33.932717.979420.0943
Yxy17.97940.47120.2497
Hunter Lab42.402168.64261.5840
CIE-Lab49.471172.4987-0.9866

#dd237a color RGB value is (221,35,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01111010
Octal 335 43 172
Decimal 221 35 122
Hex DD 23 7A

RGB Percentages of Color #dd237a

%58.47
%9.26
%32.28

CMYK Percentages of Color #dd237a

%0
%84
%45
%13

Triadic Colors of #dd237a

#dd237a #7add23 #237add

Analogous Colors of #dd237a

#dd237a #dd2923 #dd23d7

Monochromatic Colors of #dd237a

#dd237a

Complementary Color

#dd237a #23dd86

#dd237a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd237a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd237a Color CSS Codes

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

#dd237a Text Font Color

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

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


#dd237a Background Color

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

This div background color is #dd237a


#dd237a Border Color

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

This div border color is #dd237a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd237a


Comments

No comments written yet.

Please login to write comment.