Color Hex Logo

#c8829d Color Hex

#C8829D
(200,130,157)
0 Favorites   0 Comments

Color spaces of #c8829d

RGB 200130157
HSL0.940.390.65
HSV337°35°78°
CMYK 0.000.350.22   0.22
XYZ37.887930.678935.8230
Yxy30.67890.36290.2939
Hunter Lab55.388525.17100.4257
CIE-Lab62.235630.7573-3.1803

#c8829d color RGB value is (200,130,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 10011101
Octal 310 202 235
Decimal 200 130 157
Hex C8 82 9D

RGB Percentages of Color #c8829d

%41.07
%26.69
%32.24

CMYK Percentages of Color #c8829d

%0
%35
%22
%22

Triadic Colors of #c8829d

#c8829d #9dc882 #829dc8

Analogous Colors of #c8829d

#c8829d #c88a82 #c882c0

Monochromatic Colors of #c8829d

#c8829d

Complementary Color

#c8829d #82c8ad

#c8829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8829d Color CSS Codes

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

#c8829d Text Font Color

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

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


#c8829d Background Color

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

This div background color is #c8829d


#c8829d Border Color

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

This div border color is #c8829d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8829d


Comments

No comments written yet.

Please login to write comment.