Color Hex Logo

#d77071 Color Hex

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

Color spaces of #d77071

RGB 215112113
HSL1.000.560.64
HSV359°48°84°
CMYK 0.000.480.47   0.16
XYZ36.799127.227718.9387
Yxy27.22770.44350.3282
Hunter Lab52.180234.568515.0069
CIE-Lab59.184540.349517.9867

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

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

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

Base Numbers

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

RGB Percentages of Color #d77071

%48.86
%25.45
%25.68

CMYK Percentages of Color #d77071

%0
%48
%47
%16

Triadic Colors of #d77071

#d77071 #71d770 #7071d7

Analogous Colors of #d77071

#d77071 #d7a370 #d770a5

Monochromatic Colors of #d77071

#d77071

Complementary Color

#d77071 #70d7d6

#d77071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77071 Color CSS Codes

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

#d77071 Text Font Color

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

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


#d77071 Background Color

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

This div background color is #d77071


#d77071 Border Color

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

This div border color is #d77071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77071


Comments

No comments written yet.

Please login to write comment.