Color Hex Logo

#d858fd Color Hex

#D858FD
(216,88,253)
0 Favorites   0 Comments

Color spaces of #d858fd

RGB 21688253
HSL0.800.980.67
HSV287°65°99°
CMYK 0.150.650.00   0.01
XYZ49.538228.670295.8515
Yxy28.67020.28460.1647
Hunter Lab53.544671.4411-68.6554
CIE-Lab60.489572.6849-59.8014

#d858fd color RGB value is (216,88,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011000 11111101
Octal 330 130 375
Decimal 216 88 253
Hex D8 58 FD

RGB Percentages of Color #d858fd

%38.78
%15.80
%45.42

CMYK Percentages of Color #d858fd

%15
%65
%0
%1

Triadic Colors of #d858fd

#d858fd #fdd858 #58fdd8

Analogous Colors of #d858fd

#d858fd #fd58d0 #8658fd

Monochromatic Colors of #d858fd

#d858fd

Complementary Color

#d858fd #7dfd58

#d858fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d858fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d858fd Color CSS Codes

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

#d858fd Text Font Color

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

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


#d858fd Background Color

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

This div background color is #d858fd


#d858fd Border Color

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

This div border color is #d858fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d858fd


Comments

No comments written yet.

Please login to write comment.