Color Hex Logo

#d823ac Color Hex

#D823AC
(216,35,172)
0 Favorites   0 Comments

Color spaces of #d823ac

RGB 21635172
HSL0.870.720.49
HSV315°84°85°
CMYK 0.000.840.20   0.15
XYZ36.366318.779640.7378
Yxy18.77960.37930.1959
Hunter Lab43.335473.9569-25.4012
CIE-Lab50.428376.6572-29.5834

#d823ac color RGB value is (216,35,172).

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

The process color (four color CMYK) of #d823ac color hex is 0.00, 0.84, 0.20, 0.15. Web safe color of #d823ac is #cc3399. Color #d823ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 10101100
Octal 330 43 254
Decimal 216 35 172
Hex D8 23 AC

RGB Percentages of Color #d823ac

%51.06
%8.27
%40.66

CMYK Percentages of Color #d823ac

%0
%84
%20
%15

Triadic Colors of #d823ac

#d823ac #acd823 #23acd8

Analogous Colors of #d823ac

#d823ac #d82351 #aa23d8

Monochromatic Colors of #d823ac

#d823ac

Complementary Color

#d823ac #23d84f

#d823ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d823ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d823ac Color CSS Codes

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

#d823ac Text Font Color

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

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


#d823ac Background Color

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

This div background color is #d823ac


#d823ac Border Color

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

This div border color is #d823ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d823ac


Comments

No comments written yet.

Please login to write comment.