Color Hex Logo

#d977fe Color Hex

#D977FE
(217,119,254)
0 Favorites   0 Comments

Color spaces of #d977fe

RGB 217119254
HSL0.790.990.73
HSV284°53°100°
CMYK 0.150.530.00   0.00
XYZ53.101535.101197.7424
Yxy35.10110.28560.1888
Hunter Lab59.246256.3062-56.3424
CIE-Lab65.827359.1022-51.8505

#d977fe color RGB value is (217,119,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11111110
Octal 331 167 376
Decimal 217 119 254
Hex D9 77 FE

RGB Percentages of Color #d977fe

%36.78
%20.17
%43.05

CMYK Percentages of Color #d977fe

%15
%53
%0
%0

Triadic Colors of #d977fe

#d977fe #fed977 #77fed9

Analogous Colors of #d977fe

#d977fe #fe77e0 #9677fe

Monochromatic Colors of #d977fe

#d977fe

Complementary Color

#d977fe #9cfe77

#d977fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977fe Color CSS Codes

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

#d977fe Text Font Color

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

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


#d977fe Background Color

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

This div background color is #d977fe


#d977fe Border Color

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

This div border color is #d977fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977fe


Comments

No comments written yet.

Please login to write comment.