Color Hex Logo

#d776da Color Hex

#D776DA
(215,118,218)
0 Favorites   0 Comments

Color spaces of #d776da

RGB 215118218
HSL0.830.570.66
HSV298°46°85°
CMYK 0.010.460.00   0.15
XYZ47.157732.465970.1107
Yxy32.46590.31490.2168
Hunter Lab56.978948.0199-33.0693
CIE-Lab63.726152.1825-35.2462

#d776da color RGB value is (215,118,218).

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

The process color (four color CMYK) of #d776da color hex is 0.01, 0.46, 0.00, 0.15. Web safe color of #d776da is #cc66cc. Color #d776da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110110 11011010
Octal 327 166 332
Decimal 215 118 218
Hex D7 76 DA

RGB Percentages of Color #d776da

%39.02
%21.42
%39.56

CMYK Percentages of Color #d776da

%1
%46
%0
%15

Triadic Colors of #d776da

#d776da #dad776 #76dad7

Analogous Colors of #d776da

#d776da #da76ab #a576da

Monochromatic Colors of #d776da

#d776da

Complementary Color

#d776da #79da76

#d776da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d776da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d776da Color CSS Codes

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

#d776da Text Font Color

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

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


#d776da Background Color

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

This div background color is #d776da


#d776da Border Color

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

This div border color is #d776da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d776da


Comments

No comments written yet.

Please login to write comment.