Color Hex Logo

#d867fd Color Hex

#D867FD
(216,103,253)
0 Favorites   0 Comments

Color spaces of #d867fd

RGB 216103253
HSL0.790.970.70
HSV285°59°99°
CMYK 0.150.590.00   0.01
XYZ50.898831.391396.3050
Yxy31.39130.28500.1758
Hunter Lab56.027964.1101-62.6925
CIE-Lab62.836666.2187-56.0565

#d867fd color RGB value is (216,103,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100111 11111101
Octal 330 147 375
Decimal 216 103 253
Hex D8 67 FD

RGB Percentages of Color #d867fd

%37.76
%18.01
%44.23

CMYK Percentages of Color #d867fd

%15
%59
%0
%1

Triadic Colors of #d867fd

#d867fd #fdd867 #67fdd8

Analogous Colors of #d867fd

#d867fd #fd67d7 #8d67fd

Monochromatic Colors of #d867fd

#d867fd

Complementary Color

#d867fd #8cfd67

#d867fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d867fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d867fd Color CSS Codes

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

#d867fd Text Font Color

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

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


#d867fd Background Color

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

This div background color is #d867fd


#d867fd Border Color

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

This div border color is #d867fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d867fd

Related Colors


Comments

No comments written yet.

Please login to write comment.