Color Hex Logo

#c76983 Color Hex

#C76983
(199,105,131)
0 Favorites   0 Comments

Color spaces of #c76983

RGB 199105131
HSL0.950.460.60
HSV343°47°78°
CMYK 0.000.470.34   0.22
XYZ32.701523.884024.3592
Yxy23.88400.40400.2951
Hunter Lab48.871333.91604.6576
CIE-Lab55.971540.13702.6760

#c76983 color RGB value is (199,105,131).

#c76983 hex color red value is 199, green value is 105 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c76983 hue: 0.95 , saturation: 0.46 and the lightness value of c76983 is 0.60.

The process color (four color CMYK) of #c76983 color hex is 0.00, 0.47, 0.34, 0.22. Web safe color of #c76983 is #cc6699. Color #c76983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101001 10000011
Octal 307 151 203
Decimal 199 105 131
Hex C7 69 83

RGB Percentages of Color #c76983

%45.75
%24.14
%30.11

CMYK Percentages of Color #c76983

%0
%47
%34
%22

Triadic Colors of #c76983

#c76983 #83c769 #6983c7

Analogous Colors of #c76983

#c76983 #c77e69 #c769b2

Monochromatic Colors of #c76983

#c76983

Complementary Color

#c76983 #69c7ad

#c76983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76983 Color CSS Codes

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

#c76983 Text Font Color

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

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


#c76983 Background Color

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

This div background color is #c76983


#c76983 Border Color

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

This div border color is #c76983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76983


Comments

No comments written yet.

Please login to write comment.