Color Hex Logo

#d777de Color Hex

#D777DE
(215,119,222)
0 Favorites   0 Comments

Color spaces of #d777de

RGB 215119222
HSL0.820.610.67
HSV296°46°87°
CMYK 0.030.460.00   0.13
XYZ47.806032.914772.9408
Yxy32.91470.31110.2142
Hunter Lab57.371348.3394-35.2202
CIE-Lab64.091852.4119-36.9089

#d777de color RGB value is (215,119,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11011110
Octal 327 167 336
Decimal 215 119 222
Hex D7 77 DE

RGB Percentages of Color #d777de

%38.67
%21.40
%39.93

CMYK Percentages of Color #d777de

%3
%46
%0
%13

Triadic Colors of #d777de

#d777de #ded777 #77ded7

Analogous Colors of #d777de

#d777de #de77b2 #a477de

Monochromatic Colors of #d777de

#d777de

Complementary Color

#d777de #7ede77

#d777de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777de Color CSS Codes

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

#d777de Text Font Color

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

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


#d777de Background Color

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

This div background color is #d777de


#d777de Border Color

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

This div border color is #d777de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777de


Comments

No comments written yet.

Please login to write comment.