Color Hex Logo

#d81efd Color Hex

#D81EFD
(216,30,253)
0 Favorites   0 Comments

Color spaces of #d81efd

RGB 21630253
HSL0.810.980.55
HSV290°88°99°
CMYK 0.150.880.00   0.01
XYZ46.512822.619394.8430
Yxy22.61930.28370.1379
Hunter Lab47.559891.3410-84.9435
CIE-Lab54.678089.3701-69.1465

#d81efd color RGB value is (216,30,253).

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

The process color (four color CMYK) of #d81efd color hex is 0.15, 0.88, 0.00, 0.01. Web safe color of #d81efd is #cc33ff. Color #d81efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011110 11111101
Octal 330 36 375
Decimal 216 30 253
Hex D8 1E FD

RGB Percentages of Color #d81efd

%43.29
%6.01
%50.70

CMYK Percentages of Color #d81efd

%15
%88
%0
%1

Triadic Colors of #d81efd

#d81efd #fdd81e #1efdd8

Analogous Colors of #d81efd

#d81efd #fd1eb3 #691efd

Monochromatic Colors of #d81efd

#d81efd

Complementary Color

#d81efd #43fd1e

#d81efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81efd Color CSS Codes

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

#d81efd Text Font Color

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

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


#d81efd Background Color

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

This div background color is #d81efd


#d81efd Border Color

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

This div border color is #d81efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,30,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 #d81efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81efd

Related Colors


Comments

No comments written yet.

Please login to write comment.