Color Hex Logo

#d77574 Color Hex

#D77574
(215,117,116)
0 Favorites   0 Comments

Color spaces of #d77574

RGB 215117116
HSL0.000.550.65
HSV46°84°
CMYK 0.000.460.46   0.16
XYZ37.538028.430620.0322
Yxy28.43060.43650.3306
Hunter Lab53.320432.355015.0493
CIE-Lab60.275838.068617.7596

#d77574 color RGB value is (215,117,116).

#d77574 hex color red value is 215, green value is 117 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #d77574 hue: 0.00 , saturation: 0.55 and the lightness value of d77574 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110101 01110100
Octal 327 165 164
Decimal 215 117 116
Hex D7 75 74

RGB Percentages of Color #d77574

%47.99
%26.12
%25.89

CMYK Percentages of Color #d77574

%0
%46
%46
%16

Triadic Colors of #d77574

#d77574 #74d775 #7574d7

Analogous Colors of #d77574

#d77574 #d7a774 #d774a5

Monochromatic Colors of #d77574

#d77574

Complementary Color

#d77574 #74d6d7

#d77574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77574 Color CSS Codes

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

#d77574 Text Font Color

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

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


#d77574 Background Color

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

This div background color is #d77574


#d77574 Border Color

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

This div border color is #d77574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77574


Comments

No comments written yet.

Please login to write comment.