Color Hex Logo

#d7708e Color Hex

#D7708E
(215,112,142)
0 Favorites   0 Comments

Color spaces of #d7708e

RGB 215112142
HSL0.950.560.64
HSV343°48°84°
CMYK 0.000.480.34   0.16
XYZ38.701027.988428.9537
Yxy27.98840.40460.2926
Hunter Lab52.904137.99634.5842
CIE-Lab59.878343.53222.2136

#d7708e color RGB value is (215,112,142).

#d7708e hex color red value is 215, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d7708e hue: 0.95 , saturation: 0.56 and the lightness value of d7708e is 0.64.

The process color (four color CMYK) of #d7708e color hex is 0.00, 0.48, 0.34, 0.16. Web safe color of #d7708e is #cc6699. Color #d7708e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 10001110
Octal 327 160 216
Decimal 215 112 142
Hex D7 70 8E

RGB Percentages of Color #d7708e

%45.84
%23.88
%30.28

CMYK Percentages of Color #d7708e

%0
%48
%34
%16

Triadic Colors of #d7708e

#d7708e #8ed770 #708ed7

Analogous Colors of #d7708e

#d7708e #d78670 #d770c2

Monochromatic Colors of #d7708e

#d7708e

Complementary Color

#d7708e #70d7b9

#d7708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7708e Color CSS Codes

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

#d7708e Text Font Color

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

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


#d7708e Background Color

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

This div background color is #d7708e


#d7708e Border Color

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

This div border color is #d7708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7708e


Comments

No comments written yet.

Please login to write comment.