Color Hex Logo

#d76881 Color Hex

#D76881
(215,104,129)
0 Favorites   0 Comments

Color spaces of #d76881

RGB 215104129
HSL0.960.580.63
HSV346°52°84°
CMYK 0.000.520.40   0.16
XYZ36.937125.932723.8276
Yxy25.93270.42600.2991
Hunter Lab50.924240.35517.9049
CIE-Lab57.973146.02607.0168

#d76881 color RGB value is (215,104,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 10000001
Octal 327 150 201
Decimal 215 104 129
Hex D7 68 81

RGB Percentages of Color #d76881

%47.99
%23.21
%28.79

CMYK Percentages of Color #d76881

%0
%52
%40
%16

Triadic Colors of #d76881

#d76881 #81d768 #6881d7

Analogous Colors of #d76881

#d76881 #d78768 #d768b9

Monochromatic Colors of #d76881

#d76881

Complementary Color

#d76881 #68d7be

#d76881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76881 Color CSS Codes

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

#d76881 Text Font Color

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

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


#d76881 Background Color

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

This div background color is #d76881


#d76881 Border Color

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

This div border color is #d76881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76881


Comments

No comments written yet.

Please login to write comment.