Color Hex Logo

#d977fa Color Hex

#D977FA
(217,119,250)
0 Favorites   0 Comments

Color spaces of #d977fa

RGB 217119250
HSL0.790.930.72
HSV285°52°98°
CMYK 0.130.520.00   0.02
XYZ52.467434.847594.4034
Yxy34.84750.28870.1918
Hunter Lab59.031855.3451-53.4941
CIE-Lab65.629858.3080-49.9686

#d977fa color RGB value is (217,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11111010
Octal 331 167 372
Decimal 217 119 250
Hex D9 77 FA

RGB Percentages of Color #d977fa

%37.03
%20.31
%42.66

CMYK Percentages of Color #d977fa

%13
%52
%0
%2

Triadic Colors of #d977fa

#d977fa #fad977 #77fad9

Analogous Colors of #d977fa

#d977fa #fa77da #9877fa

Monochromatic Colors of #d977fa

#d977fa

Complementary Color

#d977fa #98fa77

#d977fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977fa Color CSS Codes

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

#d977fa Text Font Color

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

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


#d977fa Background Color

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

This div background color is #d977fa


#d977fa Border Color

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

This div border color is #d977fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977fa


Comments

No comments written yet.

Please login to write comment.