Color Hex Logo

#d873fd Color Hex

#D873FD
(216,115,253)
0 Favorites   0 Comments

Color spaces of #d873fd

RGB 216115253
HSL0.790.970.72
HSV284°55°99°
CMYK 0.150.550.00   0.01
XYZ52.179333.952296.7318
Yxy33.95220.28530.1857
Hunter Lab58.268557.8764-57.6396
CIE-Lab64.924660.5953-52.7396

#d873fd color RGB value is (216,115,253).

#d873fd hex color red value is 216, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d873fd hue: 0.79 , saturation: 0.97 and the lightness value of d873fd is 0.72.

The process color (four color CMYK) of #d873fd color hex is 0.15, 0.55, 0.00, 0.01. Web safe color of #d873fd is #cc66ff. Color #d873fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 11111101
Octal 330 163 375
Decimal 216 115 253
Hex D8 73 FD

RGB Percentages of Color #d873fd

%36.99
%19.69
%43.32

CMYK Percentages of Color #d873fd

%15
%55
%0
%1

Triadic Colors of #d873fd

#d873fd #fdd873 #73fdd8

Analogous Colors of #d873fd

#d873fd #fd73dd #9373fd

Monochromatic Colors of #d873fd

#d873fd

Complementary Color

#d873fd #98fd73

#d873fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d873fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d873fd Color CSS Codes

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

#d873fd Text Font Color

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

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


#d873fd Background Color

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

This div background color is #d873fd


#d873fd Border Color

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

This div border color is #d873fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d873fd

Related Colors


Comments

No comments written yet.

Please login to write comment.