Color Hex Logo

#d882fd Color Hex

#D882FD
(216,130,253)
0 Favorites   0 Comments

Color spaces of #d882fd

RGB 216130253
HSL0.780.970.75
HSV282°49°99°
CMYK 0.150.490.00   0.01
XYZ54.031237.656097.3491
Yxy37.65600.28580.1992
Hunter Lab61.364549.7807-51.1030
CIE-Lab67.766353.1338-48.2482

#d882fd color RGB value is (216,130,253).

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

The process color (four color CMYK) of #d882fd color hex is 0.15, 0.49, 0.00, 0.01. Web safe color of #d882fd is #cc99ff. Color #d882fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 11111101
Octal 330 202 375
Decimal 216 130 253
Hex D8 82 FD

RGB Percentages of Color #d882fd

%36.06
%21.70
%42.24

CMYK Percentages of Color #d882fd

%15
%49
%0
%1

Triadic Colors of #d882fd

#d882fd #fdd882 #82fdd8

Analogous Colors of #d882fd

#d882fd #fd82e5 #9b82fd

Monochromatic Colors of #d882fd

#d882fd

Complementary Color

#d882fd #a7fd82

#d882fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d882fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d882fd Color CSS Codes

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

#d882fd Text Font Color

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

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


#d882fd Background Color

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

This div background color is #d882fd


#d882fd Border Color

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

This div border color is #d882fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d882fd


Comments

No comments written yet.

Please login to write comment.