Color Hex Logo

#d80cda Color Hex

#D80CDA
(216,12,218)
0 Favorites   0 Comments

Color spaces of #d80cda

RGB 21612218
HSL0.830.900.45
HSV299°94°85°
CMYK 0.010.940.00   0.15
XYZ41.105319.923868.0089
Yxy19.92380.31860.1544
Hunter Lab44.636186.2672-59.0908
CIE-Lab51.750986.0844-54.1496

#d80cda color RGB value is (216,12,218).

#d80cda hex color red value is 216, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d80cda hue: 0.83 , saturation: 0.90 and the lightness value of d80cda is 0.45.

The process color (four color CMYK) of #d80cda color hex is 0.01, 0.94, 0.00, 0.15. Web safe color of #d80cda is #cc00cc. Color #d80cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001100 11011010
Octal 330 14 332
Decimal 216 12 218
Hex D8 C DA

RGB Percentages of Color #d80cda

%48.43
%2.69
%48.88

CMYK Percentages of Color #d80cda

%1
%94
%0
%15

Triadic Colors of #d80cda

#d80cda #dad80c #0cdad8

Analogous Colors of #d80cda

#d80cda #da0c75 #710cda

Monochromatic Colors of #d80cda

#d80cda

Complementary Color

#d80cda #0eda0c

#d80cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80cda Color CSS Codes

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

#d80cda Text Font Color

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

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


#d80cda Background Color

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

This div background color is #d80cda


#d80cda Border Color

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

This div border color is #d80cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80cda


Comments

No comments written yet.

Please login to write comment.