Color Hex Logo

#d877fa Color Hex

#D877FA
(216,119,250)
0 Favorites   0 Comments

Color spaces of #d877fa

RGB 216119250
HSL0.790.930.72
HSV284°52°98°
CMYK 0.140.520.00   0.02
XYZ52.171034.694794.3895
Yxy34.69470.28780.1914
Hunter Lab58.902255.0226-53.7794
CIE-Lab65.510358.0492-50.1653

#d877fa color RGB value is (216,119,250).

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

The process color (four color CMYK) of #d877fa color hex is 0.14, 0.52, 0.00, 0.02. Web safe color of #d877fa is #cc66ff. Color #d877fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110111 11111010
Octal 330 167 372
Decimal 216 119 250
Hex D8 77 FA

RGB Percentages of Color #d877fa

%36.92
%20.34
%42.74

CMYK Percentages of Color #d877fa

%14
%52
%0
%2

Triadic Colors of #d877fa

#d877fa #fad877 #77fad8

Analogous Colors of #d877fa

#d877fa #fa77db #9777fa

Monochromatic Colors of #d877fa

#d877fa

Complementary Color

#d877fa #99fa77

#d877fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d877fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d877fa Color CSS Codes

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

#d877fa Text Font Color

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

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


#d877fa Background Color

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

This div background color is #d877fa


#d877fa Border Color

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

This div border color is #d877fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d877fa

Related Colors


Comments

No comments written yet.

Please login to write comment.