Color Hex Logo

#dd23ac Color Hex

#DD23AC
(221,35,172)
0 Favorites   0 Comments

Color spaces of #dd23ac

RGB 22135172
HSL0.880.730.50
HSV316°84°87°
CMYK 0.000.840.22   0.13
XYZ37.866219.552840.8080
Yxy19.55280.38550.1991
Hunter Lab44.218575.4746-23.7640
CIE-Lab51.327877.7036-28.1153

#dd23ac color RGB value is (221,35,172).

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

The process color (four color CMYK) of #dd23ac color hex is 0.00, 0.84, 0.22, 0.13. Web safe color of #dd23ac is #cc3399. Color #dd23ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 10101100
Octal 335 43 254
Decimal 221 35 172
Hex DD 23 AC

RGB Percentages of Color #dd23ac

%51.64
%8.18
%40.19

CMYK Percentages of Color #dd23ac

%0
%84
%22
%13

Triadic Colors of #dd23ac

#dd23ac #acdd23 #23acdd

Analogous Colors of #dd23ac

#dd23ac #dd234f #b123dd

Monochromatic Colors of #dd23ac

#dd23ac

Complementary Color

#dd23ac #23dd54

#dd23ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd23ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd23ac Color CSS Codes

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

#dd23ac Text Font Color

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

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


#dd23ac Background Color

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

This div background color is #dd23ac


#dd23ac Border Color

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

This div border color is #dd23ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd23ac


Comments

No comments written yet.

Please login to write comment.