Color Hex Logo

#d80efd Color Hex

#D80EFD
(216,14,253)
0 Favorites   0 Comments

Color spaces of #d80efd

RGB 21614253
HSL0.810.980.52
HSV291°94°99°
CMYK 0.150.940.00   0.01
XYZ46.205622.004994.7406
Yxy22.00490.28360.1350
Hunter Lab46.909493.7306-86.9086
CIE-Lab54.032291.2845-70.1912

#d80efd color RGB value is (216,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001110 11111101
Octal 330 16 375
Decimal 216 14 253
Hex D8 E FD

RGB Percentages of Color #d80efd

%44.72
%2.90
%52.38

CMYK Percentages of Color #d80efd

%15
%94
%0
%1

Triadic Colors of #d80efd

#d80efd #fdd80e #0efdd8

Analogous Colors of #d80efd

#d80efd #fd0eab #610efd

Monochromatic Colors of #d80efd

#d80efd

Complementary Color

#d80efd #33fd0e

#d80efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80efd Color CSS Codes

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

#d80efd Text Font Color

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

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


#d80efd Background Color

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

This div background color is #d80efd


#d80efd Border Color

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

This div border color is #d80efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80efd


Comments

No comments written yet.

Please login to write comment.