Color Hex Logo

#d814fd Color Hex

#D814FD
(216,20,253)
0 Favorites   0 Comments

Color spaces of #d814fd

RGB 21620253
HSL0.810.980.54
HSV290°92°99°
CMYK 0.150.920.00   0.01
XYZ46.298722.191194.7716
Yxy22.19110.28360.1359
Hunter Lab47.107492.9975-86.3055
CIE-Lab54.229290.6993-69.8724

#d814fd color RGB value is (216,20,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 11111101
Octal 330 24 375
Decimal 216 20 253
Hex D8 14 FD

RGB Percentages of Color #d814fd

%44.17
%4.09
%51.74

CMYK Percentages of Color #d814fd

%15
%92
%0
%1

Triadic Colors of #d814fd

#d814fd #fdd814 #14fdd8

Analogous Colors of #d814fd

#d814fd #fd14ae #6314fd

Monochromatic Colors of #d814fd

#d814fd

Complementary Color

#d814fd #39fd14

#d814fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d814fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d814fd Color CSS Codes

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

#d814fd Text Font Color

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

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


#d814fd Background Color

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

This div background color is #d814fd


#d814fd Border Color

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

This div border color is #d814fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d814fd


Comments

No comments written yet.

Please login to write comment.