Color Hex Logo

#d803ff Color Hex

#D803FF
(216,3,255)
0 Favorites   0 Comments

Color spaces of #d803ff

RGB 2163255
HSL0.811.000.51
HSV291°99°100°
CMYK 0.150.990.00   0.00
XYZ46.401521.884196.3862
Yxy21.88410.28180.1329
Hunter Lab46.780495.1883-89.4145
CIE-Lab53.903892.3927-71.5117

#d803ff color RGB value is (216,3,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000011 11111111
Octal 330 3 377
Decimal 216 3 255
Hex D8 3 FF

RGB Percentages of Color #d803ff

%45.57
%0.63
%53.80

CMYK Percentages of Color #d803ff

%15
%99
%0
%0

Triadic Colors of #d803ff

#d803ff #ffd803 #03ffd8

Analogous Colors of #d803ff

#d803ff #ff03a8 #5a03ff

Monochromatic Colors of #d803ff

#d803ff

Complementary Color

#d803ff #2aff03

#d803ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d803ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d803ff Color CSS Codes

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

#d803ff Text Font Color

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

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


#d803ff Background Color

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

This div background color is #d803ff


#d803ff Border Color

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

This div border color is #d803ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d803ff


Comments

No comments written yet.

Please login to write comment.