Color Hex Logo

#c88082 Color Hex

#C88082
(200,128,130)
0 Favorites   0 Comments

Color spaces of #c88082

RGB 200128130
HSL1.000.400.64
HSV358°36°78°
CMYK 0.000.360.35   0.22
XYZ35.567929.329424.9056
Yxy29.32940.39610.3266
Hunter Lab54.156622.457610.6433
CIE-Lab61.071228.106610.5676

#c88082 color RGB value is (200,128,130).

#c88082 hex color red value is 200, green value is 128 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c88082 hue: 1.00 , saturation: 0.40 and the lightness value of c88082 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 10000010
Octal 310 200 202
Decimal 200 128 130
Hex C8 80 82

RGB Percentages of Color #c88082

%43.67
%27.95
%28.38

CMYK Percentages of Color #c88082

%0
%36
%35
%22

Triadic Colors of #c88082

#c88082 #82c880 #8082c8

Analogous Colors of #c88082

#c88082 #c8a280 #c880a6

Monochromatic Colors of #c88082

#c88082

Complementary Color

#c88082 #80c8c6

#c88082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88082 Color CSS Codes

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

#c88082 Text Font Color

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

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


#c88082 Background Color

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

This div background color is #c88082


#c88082 Border Color

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

This div border color is #c88082


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,128,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88082


Comments

No comments written yet.

Please login to write comment.