Color Hex Logo

#c8828e Color Hex

#C8828E
(200,130,142)
0 Favorites   0 Comments

Color spaces of #c8828e

RGB 200130142
HSL0.970.390.65
HSV350°35°78°
CMYK 0.000.350.29   0.22
XYZ36.684530.197629.4864
Yxy30.19760.38070.3134
Hunter Lab54.952322.99456.6527
CIE-Lab61.824328.59224.7850

#c8828e color RGB value is (200,130,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 10001110
Octal 310 202 216
Decimal 200 130 142
Hex C8 82 8E

RGB Percentages of Color #c8828e

%42.37
%27.54
%30.08

CMYK Percentages of Color #c8828e

%0
%35
%29
%22

Triadic Colors of #c8828e

#c8828e #8ec882 #828ec8

Analogous Colors of #c8828e

#c8828e #c89982 #c882b1

Monochromatic Colors of #c8828e

#c8828e

Complementary Color

#c8828e #82c8bc

#c8828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8828e Color CSS Codes

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

#c8828e Text Font Color

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

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


#c8828e Background Color

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

This div background color is #c8828e


#c8828e Border Color

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

This div border color is #c8828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8828e


Comments

No comments written yet.

Please login to write comment.