Color Hex Logo

#d77d83 Color Hex

#D77D83
(215,125,131)
0 Favorites   0 Comments

Color spaces of #d77d83

RGB 215125131
HSL0.990.530.67
HSV356°42°84°
CMYK 0.000.420.39   0.16
XYZ39.454730.753025.3292
Yxy30.75300.41300.3219
Hunter Lab55.455429.950011.7381
CIE-Lab62.298635.490111.9941

#d77d83 color RGB value is (215,125,131).

#d77d83 hex color red value is 215, green value is 125 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #d77d83 hue: 0.99 , saturation: 0.53 and the lightness value of d77d83 is 0.67.

The process color (four color CMYK) of #d77d83 color hex is 0.00, 0.42, 0.39, 0.16. Web safe color of #d77d83 is #cc6699. Color #d77d83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111101 10000011
Octal 327 175 203
Decimal 215 125 131
Hex D7 7D 83

RGB Percentages of Color #d77d83

%45.65
%26.54
%27.81

CMYK Percentages of Color #d77d83

%0
%42
%39
%16

Triadic Colors of #d77d83

#d77d83 #83d77d #7d83d7

Analogous Colors of #d77d83

#d77d83 #d7a47d #d77db0

Monochromatic Colors of #d77d83

#d77d83

Complementary Color

#d77d83 #7dd7d1

#d77d83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77d83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77d83 Color CSS Codes

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

#d77d83 Text Font Color

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

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


#d77d83 Background Color

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

This div background color is #d77d83


#d77d83 Border Color

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

This div border color is #d77d83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77d83


Comments

No comments written yet.

Please login to write comment.