Color Hex Logo

#d81ffd Color Hex

#D81FFD
(216,31,253)
0 Favorites   0 Comments

Color spaces of #d81ffd

RGB 21631253
HSL0.810.980.56
HSV290°88°99°
CMYK 0.150.880.00   0.01
XYZ46.538522.670894.8515
Yxy22.67080.28370.1382
Hunter Lab47.613991.1443-84.7818
CIE-Lab54.731689.2116-69.0598

#d81ffd color RGB value is (216,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011111 11111101
Octal 330 37 375
Decimal 216 31 253
Hex D8 1F FD

RGB Percentages of Color #d81ffd

%43.20
%6.20
%50.60

CMYK Percentages of Color #d81ffd

%15
%88
%0
%1

Triadic Colors of #d81ffd

#d81ffd #fdd81f #1ffdd8

Analogous Colors of #d81ffd

#d81ffd #fd1fb3 #691ffd

Monochromatic Colors of #d81ffd

#d81ffd

Complementary Color

#d81ffd #44fd1f

#d81ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d81ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d81ffd Color CSS Codes

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

#d81ffd Text Font Color

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

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


#d81ffd Background Color

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

This div background color is #d81ffd


#d81ffd Border Color

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

This div border color is #d81ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d81ffd


Comments

No comments written yet.

Please login to write comment.