Color Hex Logo

#d223ac Color Hex

#D223AC
(210,35,172)
0 Favorites   0 Comments

Color spaces of #d223ac

RGB 21035172
HSL0.870.710.48
HSV313°83°82°
CMYK 0.000.830.18   0.18
XYZ34.625817.882340.6564
Yxy17.88230.37170.1919
Hunter Lab42.287572.1562-27.4019
CIE-Lab49.353075.4064-31.3413

#d223ac color RGB value is (210,35,172).

#d223ac hex color red value is 210, green value is 35 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d223ac hue: 0.87 , saturation: 0.71 and the lightness value of d223ac is 0.48.

The process color (four color CMYK) of #d223ac color hex is 0.00, 0.83, 0.18, 0.18. Web safe color of #d223ac is #cc3399. Color #d223ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100011 10101100
Octal 322 43 254
Decimal 210 35 172
Hex D2 23 AC

RGB Percentages of Color #d223ac

%50.36
%8.39
%41.25

CMYK Percentages of Color #d223ac

%0
%83
%18
%18

Triadic Colors of #d223ac

#d223ac #acd223 #23acd2

Analogous Colors of #d223ac

#d223ac #d22354 #a123d2

Monochromatic Colors of #d223ac

#d223ac

Complementary Color

#d223ac #23d249

#d223ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d223ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d223ac Color CSS Codes

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

#d223ac Text Font Color

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

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


#d223ac Background Color

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

This div background color is #d223ac


#d223ac Border Color

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

This div border color is #d223ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,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 #d223ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d223ac


Comments

No comments written yet.

Please login to write comment.