Color Hex Logo

#d803fd Color Hex

#D803FD
(216,3,253)
0 Favorites   0 Comments

Color spaces of #d803fd

RGB 2163253
HSL0.810.980.50
HSV291°99°99°
CMYK 0.150.990.00   0.01
XYZ46.081121.755994.6991
Yxy21.75590.28350.1339
Hunter Lab46.643294.7232-87.7254
CIE-Lab53.767092.0739-70.6205

#d803fd color RGB value is (216,3,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000011 11111101
Octal 330 3 375
Decimal 216 3 253
Hex D8 3 FD

RGB Percentages of Color #d803fd

%45.76
%0.64
%53.60

CMYK Percentages of Color #d803fd

%15
%99
%0
%1

Triadic Colors of #d803fd

#d803fd #fdd803 #03fdd8

Analogous Colors of #d803fd

#d803fd #fd03a5 #5b03fd

Monochromatic Colors of #d803fd

#d803fd

Complementary Color

#d803fd #28fd03

#d803fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d803fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d803fd Color CSS Codes

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

#d803fd Text Font Color

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

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


#d803fd Background Color

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

This div background color is #d803fd


#d803fd Border Color

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

This div border color is #d803fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d803fd


Comments

No comments written yet.

Please login to write comment.