Color Hex Logo

#d80def Color Hex

#D80DEF
(216,13,239)
0 Favorites   0 Comments

Color spaces of #d80def

RGB 21613239
HSL0.820.900.49
HSV294°95°94°
CMYK 0.100.950.00   0.06
XYZ44.042821.118883.4164
Yxy21.11880.29640.1421
Hunter Lab45.955290.6502-75.4527
CIE-Lab53.079389.1595-63.9018

#d80def color RGB value is (216,13,239).

#d80def hex color red value is 216, green value is 13 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d80def hue: 0.82 , saturation: 0.90 and the lightness value of d80def is 0.49.

The process color (four color CMYK) of #d80def color hex is 0.10, 0.95, 0.00, 0.06. Web safe color of #d80def is #cc00ff. Color #d80def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001101 11101111
Octal 330 15 357
Decimal 216 13 239
Hex D8 D EF

RGB Percentages of Color #d80def

%46.15
%2.78
%51.07

CMYK Percentages of Color #d80def

%10
%95
%0
%6

Triadic Colors of #d80def

#d80def #efd80d #0defd8

Analogous Colors of #d80def

#d80def #ef0d95 #670def

Monochromatic Colors of #d80def

#d80def

Complementary Color

#d80def #24ef0d

#d80def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80def Color CSS Codes

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

#d80def Text Font Color

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

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


#d80def Background Color

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

This div background color is #d80def


#d80def Border Color

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

This div border color is #d80def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80def


Comments

No comments written yet.

Please login to write comment.