Color Hex Logo

#d77183 Color Hex

#D77183
(215,113,131)
0 Favorites   0 Comments

Color spaces of #d77183

RGB 215113131
HSL0.970.560.64
HSV349°47°84°
CMYK 0.000.470.39   0.16
XYZ38.026227.896024.8530
Yxy27.89600.41890.3073
Hunter Lab52.816736.08489.0726
CIE-Lab59.794741.72598.4528

#d77183 color RGB value is (215,113,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 10000011
Octal 327 161 203
Decimal 215 113 131
Hex D7 71 83

RGB Percentages of Color #d77183

%46.84
%24.62
%28.54

CMYK Percentages of Color #d77183

%0
%47
%39
%16

Triadic Colors of #d77183

#d77183 #83d771 #7183d7

Analogous Colors of #d77183

#d77183 #d79271 #d771b6

Monochromatic Colors of #d77183

#d77183

Complementary Color

#d77183 #71d7c5

#d77183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77183 Color CSS Codes

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

#d77183 Text Font Color

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

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


#d77183 Background Color

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

This div background color is #d77183


#d77183 Border Color

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

This div border color is #d77183


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,113,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 #d77183">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77183


Comments

No comments written yet.

Please login to write comment.