Color Hex Logo

#d823af Color Hex

#D823AF
(216,35,175)
0 Favorites   0 Comments

Color spaces of #d823af

RGB 21635175
HSL0.870.720.49
HSV314°84°85°
CMYK 0.000.840.19   0.15
XYZ36.657818.896142.2727
Yxy18.89610.37470.1932
Hunter Lab43.469674.4566-27.2287
CIE-Lab50.565477.0336-31.1347

#d823af color RGB value is (216,35,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100011 10101111
Octal 330 43 257
Decimal 216 35 175
Hex D8 23 AF

RGB Percentages of Color #d823af

%50.70
%8.22
%41.08

CMYK Percentages of Color #d823af

%0
%84
%19
%15

Triadic Colors of #d823af

#d823af #afd823 #23afd8

Analogous Colors of #d823af

#d823af #d82354 #a723d8

Monochromatic Colors of #d823af

#d823af

Complementary Color

#d823af #23d84c

#d823af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d823af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d823af Color CSS Codes

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

#d823af Text Font Color

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

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


#d823af Background Color

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

This div background color is #d823af


#d823af Border Color

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

This div border color is #d823af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d823af


Comments

No comments written yet.

Please login to write comment.