Color Hex Logo

#d885fd Color Hex

#D885FD
(216,133,253)
0 Favorites   0 Comments

Color spaces of #d885fd

RGB 216133253
HSL0.780.970.76
HSV282°47°99°
CMYK 0.150.470.00   0.01
XYZ54.436138.465897.4841
Yxy38.46580.28590.2020
Hunter Lab62.020848.1343-49.7773
CIE-Lab68.362551.5960-47.3093

#d885fd color RGB value is (216,133,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000101 11111101
Octal 330 205 375
Decimal 216 133 253
Hex D8 85 FD

RGB Percentages of Color #d885fd

%35.88
%22.09
%42.03

CMYK Percentages of Color #d885fd

%15
%47
%0
%1

Triadic Colors of #d885fd

#d885fd #fdd885 #85fdd8

Analogous Colors of #d885fd

#d885fd #fd85e6 #9c85fd

Monochromatic Colors of #d885fd

#d885fd

Complementary Color

#d885fd #aafd85

#d885fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d885fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d885fd Color CSS Codes

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

#d885fd Text Font Color

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

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


#d885fd Background Color

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

This div background color is #d885fd


#d885fd Border Color

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

This div border color is #d885fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d885fd


Comments

No comments written yet.

Please login to write comment.