Color Hex Logo

#d76887 Color Hex

#D76887
(215,104,135)
0 Favorites   0 Comments

Color spaces of #d76887

RGB 215104135
HSL0.950.580.63
HSV343°52°84°
CMYK 0.000.520.37   0.16
XYZ37.347826.097025.9904
Yxy26.09700.41760.2918
Hunter Lab51.085241.10015.5949
CIE-Lab58.129046.70143.7441

#d76887 color RGB value is (215,104,135).

#d76887 hex color red value is 215, green value is 104 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d76887 hue: 0.95 , saturation: 0.58 and the lightness value of d76887 is 0.63.

The process color (four color CMYK) of #d76887 color hex is 0.00, 0.52, 0.37, 0.16. Web safe color of #d76887 is #cc6699. Color #d76887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 10000111
Octal 327 150 207
Decimal 215 104 135
Hex D7 68 87

RGB Percentages of Color #d76887

%47.36
%22.91
%29.74

CMYK Percentages of Color #d76887

%0
%52
%37
%16

Triadic Colors of #d76887

#d76887 #87d768 #6887d7

Analogous Colors of #d76887

#d76887 #d78168 #d768bf

Monochromatic Colors of #d76887

#d76887

Complementary Color

#d76887 #68d7b8

#d76887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76887 Color CSS Codes

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

#d76887 Text Font Color

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

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


#d76887 Background Color

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

This div background color is #d76887


#d76887 Border Color

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

This div border color is #d76887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76887


Comments

No comments written yet.

Please login to write comment.