Color Hex Logo

#d77170 Color Hex

#D77170
(215,113,112)
0 Favorites   0 Comments

Color spaces of #d77170

RGB 215113112
HSL0.000.560.64
HSV48°84°
CMYK 0.000.470.48   0.16
XYZ36.854127.427218.6808
Yxy27.42720.44420.3306
Hunter Lab52.371033.963415.5109
CIE-Lab59.367739.741418.8116

#d77170 color RGB value is (215,113,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 01110000
Octal 327 161 160
Decimal 215 113 112
Hex D7 71 70

RGB Percentages of Color #d77170

%48.86
%25.68
%25.45

CMYK Percentages of Color #d77170

%0
%47
%48
%16

Triadic Colors of #d77170

#d77170 #70d771 #7170d7

Analogous Colors of #d77170

#d77170 #d7a570 #d770a3

Monochromatic Colors of #d77170

#d77170

Complementary Color

#d77170 #70d6d7

#d77170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77170 Color CSS Codes

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

#d77170 Text Font Color

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

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


#d77170 Background Color

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

This div background color is #d77170


#d77170 Border Color

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

This div border color is #d77170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77170


Comments

No comments written yet.

Please login to write comment.