Color Hex Logo

#c8846c Color Hex

#C8846C
(200,132,108)
0 Favorites   0 Comments

Color spaces of #c8846c

RGB 200132108
HSL0.040.460.60
HSV16°46°78°
CMYK 0.000.340.46   0.22
XYZ34.777529.864618.1188
Yxy29.86460.42020.3609
Hunter Lab54.648517.959818.5963
CIE-Lab61.537223.409123.6780

#c8846c color RGB value is (200,132,108).

#c8846c hex color red value is 200, green value is 132 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c8846c hue: 0.04 , saturation: 0.46 and the lightness value of c8846c is 0.60.

The process color (four color CMYK) of #c8846c color hex is 0.00, 0.34, 0.46, 0.22. Web safe color of #c8846c is #cc9966. Color #c8846c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 01101100
Octal 310 204 154
Decimal 200 132 108
Hex C8 84 6C

RGB Percentages of Color #c8846c

%45.45
%30.00
%24.55

CMYK Percentages of Color #c8846c

%0
%34
%46
%22

Triadic Colors of #c8846c

#c8846c #6cc884 #846cc8

Analogous Colors of #c8846c

#c8846c #c8b26c #c86c82

Monochromatic Colors of #c8846c

#c8846c

Complementary Color

#c8846c #6cb0c8

#c8846c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8846c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8846c Color CSS Codes

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

#c8846c Text Font Color

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

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


#c8846c Background Color

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

This div background color is #c8846c


#c8846c Border Color

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

This div border color is #c8846c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8846c


Comments

No comments written yet.

Please login to write comment.