Color Hex Logo

#d80acc Color Hex

#D80ACC
(216,10,204)
0 Favorites   0 Comments

Color spaces of #d80acc

RGB 21610204
HSL0.840.910.44
HSV303°95°85°
CMYK 0.000.950.06   0.15
XYZ39.326519.175658.7553
Yxy19.17560.33540.1635
Hunter Lab43.790083.6733-48.8996
CIE-Lab50.892084.2518-47.4956

#d80acc color RGB value is (216,10,204).

#d80acc hex color red value is 216, green value is 10 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d80acc hue: 0.84 , saturation: 0.91 and the lightness value of d80acc is 0.44.

The process color (four color CMYK) of #d80acc color hex is 0.00, 0.95, 0.06, 0.15. Web safe color of #d80acc is #cc00cc. Color #d80acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001010 11001100
Octal 330 12 314
Decimal 216 10 204
Hex D8 A CC

RGB Percentages of Color #d80acc

%50.23
%2.33
%47.44

CMYK Percentages of Color #d80acc

%0
%95
%6
%15

Triadic Colors of #d80acc

#d80acc #ccd80a #0accd8

Analogous Colors of #d80acc

#d80acc #d80a65 #7d0ad8

Monochromatic Colors of #d80acc

#d80acc

Complementary Color

#d80acc #0ad816

#d80acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80acc Color CSS Codes

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

#d80acc Text Font Color

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

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


#d80acc Background Color

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

This div background color is #d80acc


#d80acc Border Color

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

This div border color is #d80acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80acc


Comments

No comments written yet.

Please login to write comment.