Color Hex Logo

#c88983 Color Hex

#C88983
(200,137,131)
0 Favorites   0 Comments

Color spaces of #c88983

RGB 200137131
HSL0.010.390.65
HSV35°78°
CMYK 0.000.320.35   0.22
XYZ36.861831.809425.6697
Yxy31.80940.39070.3372
Hunter Lab56.399817.964412.4947
CIE-Lab63.185023.312612.9738

#c88983 color RGB value is (200,137,131).

#c88983 hex color red value is 200, green value is 137 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c88983 hue: 0.01 , saturation: 0.39 and the lightness value of c88983 is 0.65.

The process color (four color CMYK) of #c88983 color hex is 0.00, 0.32, 0.35, 0.22. Web safe color of #c88983 is #cc9999. Color #c88983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10001001 10000011
Octal 310 211 203
Decimal 200 137 131
Hex C8 89 83

RGB Percentages of Color #c88983

%42.74
%29.27
%27.99

CMYK Percentages of Color #c88983

%0
%32
%35
%22

Triadic Colors of #c88983

#c88983 #83c889 #8983c8

Analogous Colors of #c88983

#c88983 #c8ac83 #c883a0

Monochromatic Colors of #c88983

#c88983

Complementary Color

#c88983 #83c2c8

#c88983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88983 Color CSS Codes

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

#c88983 Text Font Color

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

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


#c88983 Background Color

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

This div background color is #c88983


#c88983 Border Color

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

This div border color is #c88983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88983


Comments

No comments written yet.

Please login to write comment.