Color Hex Logo

#d76f7e Color Hex

#D76F7E
(215,111,126)
0 Favorites   0 Comments

Color spaces of #d76f7e

RGB 215111126
HSL0.980.570.64
HSV351°48°84°
CMYK 0.000.480.41   0.16
XYZ37.474727.322323.0373
Yxy27.32230.42670.3111
Hunter Lab52.270736.499010.4586
CIE-Lab59.271542.191310.6029

#d76f7e color RGB value is (215,111,126).

#d76f7e hex color red value is 215, green value is 111 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d76f7e hue: 0.98 , saturation: 0.57 and the lightness value of d76f7e is 0.64.

The process color (four color CMYK) of #d76f7e color hex is 0.00, 0.48, 0.41, 0.16. Web safe color of #d76f7e is #cc6666. Color #d76f7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101111 01111110
Octal 327 157 176
Decimal 215 111 126
Hex D7 6F 7E

RGB Percentages of Color #d76f7e

%47.57
%24.56
%27.88

CMYK Percentages of Color #d76f7e

%0
%48
%41
%16

Triadic Colors of #d76f7e

#d76f7e #7ed76f #6f7ed7

Analogous Colors of #d76f7e

#d76f7e #d7946f #d76fb2

Monochromatic Colors of #d76f7e

#d76f7e

Complementary Color

#d76f7e #6fd7c8

#d76f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76f7e Color CSS Codes

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

#d76f7e Text Font Color

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

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


#d76f7e Background Color

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

This div background color is #d76f7e


#d76f7e Border Color

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

This div border color is #d76f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76f7e


Comments

No comments written yet.

Please login to write comment.