Color Hex Logo

#d80eff Color Hex

#D80EFF
(216,14,255)
0 Favorites   0 Comments

Color spaces of #d80eff

RGB 21614255
HSL0.811.000.53
HSV290°95°100°
CMYK 0.150.950.00   0.00
XYZ46.525922.133096.4276
Yxy22.13300.28180.1341
Hunter Lab47.045794.1977-88.5922
CIE-Lab54.167891.6062-71.0840

#d80eff color RGB value is (216,14,255).

#d80eff hex color red value is 216, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d80eff hue: 0.81 , saturation: 1.00 and the lightness value of d80eff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001110 11111111
Octal 330 16 377
Decimal 216 14 255
Hex D8 E FF

RGB Percentages of Color #d80eff

%44.54
%2.89
%52.58

CMYK Percentages of Color #d80eff

%15
%95
%0
%0

Triadic Colors of #d80eff

#d80eff #ffd80e #0effd8

Analogous Colors of #d80eff

#d80eff #ff0eae #5f0eff

Monochromatic Colors of #d80eff

#d80eff

Complementary Color

#d80eff #35ff0e

#d80eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80eff Color CSS Codes

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

#d80eff Text Font Color

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

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


#d80eff Background Color

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

This div background color is #d80eff


#d80eff Border Color

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

This div border color is #d80eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80eff


Comments

No comments written yet.

Please login to write comment.