Color Hex Logo

#d776dd Color Hex

#D776DD
(215,118,221)
0 Favorites   0 Comments

Color spaces of #d776dd

RGB 215118221
HSL0.820.600.66
HSV297°47°87°
CMYK 0.030.470.00   0.13
XYZ47.553932.624472.1974
Yxy32.62440.31210.2141
Hunter Lab57.117848.6556-34.9607
CIE-Lab63.855652.7296-36.7195

#d776dd color RGB value is (215,118,221).

#d776dd hex color red value is 215, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d776dd hue: 0.82 , saturation: 0.60 and the lightness value of d776dd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110110 11011101
Octal 327 166 335
Decimal 215 118 221
Hex D7 76 DD

RGB Percentages of Color #d776dd

%38.81
%21.30
%39.89

CMYK Percentages of Color #d776dd

%3
%47
%0
%13

Triadic Colors of #d776dd

#d776dd #ddd776 #76ddd7

Analogous Colors of #d776dd

#d776dd #dd76b0 #a476dd

Monochromatic Colors of #d776dd

#d776dd

Complementary Color

#d776dd #7cdd76

#d776dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d776dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d776dd Color CSS Codes

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

#d776dd Text Font Color

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

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


#d776dd Background Color

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

This div background color is #d776dd


#d776dd Border Color

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

This div border color is #d776dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d776dd


Comments

No comments written yet.

Please login to write comment.