Color Hex Logo

#d77fde Color Hex

#D77FDE
(215,127,222)
0 Favorites   0 Comments

Color spaces of #d77fde

RGB 215127222
HSL0.820.590.68
HSV296°43°87°
CMYK 0.030.430.00   0.13
XYZ48.798534.899773.2716
Yxy34.89970.31090.2223
Hunter Lab59.076044.0633-32.1839
CIE-Lab65.670548.3400-34.4511

#d77fde color RGB value is (215,127,222).

#d77fde hex color red value is 215, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d77fde hue: 0.82 , saturation: 0.59 and the lightness value of d77fde is 0.68.

The process color (four color CMYK) of #d77fde color hex is 0.03, 0.43, 0.00, 0.13. Web safe color of #d77fde is #cc66cc. Color #d77fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111111 11011110
Octal 327 177 336
Decimal 215 127 222
Hex D7 7F DE

RGB Percentages of Color #d77fde

%38.12
%22.52
%39.36

CMYK Percentages of Color #d77fde

%3
%43
%0
%13

Triadic Colors of #d77fde

#d77fde #ded77f #7fded7

Analogous Colors of #d77fde

#d77fde #de7fb6 #a87fde

Monochromatic Colors of #d77fde

#d77fde

Complementary Color

#d77fde #86de7f

#d77fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77fde Color CSS Codes

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

#d77fde Text Font Color

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

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


#d77fde Background Color

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

This div background color is #d77fde


#d77fde Border Color

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

This div border color is #d77fde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,127,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d77fde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d77fde;
  -webkit-box-shadow: 1px 1px 3px 2px #d77fde;
  box-shadow:         1px 1px 3px 2px #d77fde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,127,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77fde


Comments

No comments written yet.

Please login to write comment.