Color Hex Logo

#d877fe Color Hex

#D877FE
(216,119,254)
0 Favorites   0 Comments

Color spaces of #d877fe

RGB 216119254
HSL0.790.990.73
HSV283°53°100°
CMYK 0.150.530.00   0.00
XYZ52.805134.948397.7285
Yxy34.94830.28470.1884
Hunter Lab59.117155.9865-56.6324
CIE-Lab65.708458.8471-52.0463

#d877fe color RGB value is (216,119,254).

#d877fe hex color red value is 216, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d877fe hue: 0.79 , saturation: 0.99 and the lightness value of d877fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110111 11111110
Octal 330 167 376
Decimal 216 119 254
Hex D8 77 FE

RGB Percentages of Color #d877fe

%36.67
%20.20
%43.12

CMYK Percentages of Color #d877fe

%15
%53
%0
%0

Triadic Colors of #d877fe

#d877fe #fed877 #77fed8

Analogous Colors of #d877fe

#d877fe #fe77e1 #9577fe

Monochromatic Colors of #d877fe

#d877fe

Complementary Color

#d877fe #9dfe77

#d877fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d877fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d877fe Color CSS Codes

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

#d877fe Text Font Color

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

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


#d877fe Background Color

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

This div background color is #d877fe


#d877fe Border Color

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

This div border color is #d877fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,119,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d877fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d877fe


Comments

No comments written yet.

Please login to write comment.