Color Hex Logo

#d776cd Color Hex

#D776CD
(215,118,205)
0 Favorites   0 Comments

Color spaces of #d776cd

RGB 215118205
HSL0.850.550.65
HSV306°45°84°
CMYK 0.000.450.05   0.16
XYZ45.522231.811761.4986
Yxy31.81170.32790.2291
Hunter Lab56.401945.3649-25.1664
CIE-Lab63.186949.8764-28.7932

#d776cd color RGB value is (215,118,205).

#d776cd hex color red value is 215, green value is 118 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d776cd hue: 0.85 , saturation: 0.55 and the lightness value of d776cd is 0.65.

The process color (four color CMYK) of #d776cd color hex is 0.00, 0.45, 0.05, 0.16. Web safe color of #d776cd is #cc66cc. Color #d776cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110110 11001101
Octal 327 166 315
Decimal 215 118 205
Hex D7 76 CD

RGB Percentages of Color #d776cd

%39.96
%21.93
%38.10

CMYK Percentages of Color #d776cd

%0
%45
%5
%16

Triadic Colors of #d776cd

#d776cd #cdd776 #76cdd7

Analogous Colors of #d776cd

#d776cd #d7769d #b176d7

Monochromatic Colors of #d776cd

#d776cd

Complementary Color

#d776cd #76d780

#d776cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d776cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d776cd Color CSS Codes

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

#d776cd Text Font Color

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

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


#d776cd Background Color

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

This div background color is #d776cd


#d776cd Border Color

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

This div border color is #d776cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d776cd


Comments

No comments written yet.

Please login to write comment.