Color Hex Logo

#c86097 Color Hex

#C86097
(200,96,151)
0 Favorites   0 Comments

Color spaces of #c86097

RGB 20096151
HSL0.910.490.58
HSV328°52°78°
CMYK 0.000.520.25   0.22
XYZ33.588222.879531.9240
Yxy22.87950.38000.2588
Hunter Lab47.832541.6366-6.0881
CIE-Lab54.948047.6870-10.5424

#c86097 color RGB value is (200,96,151).

#c86097 hex color red value is 200, green value is 96 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #c86097 hue: 0.91 , saturation: 0.49 and the lightness value of c86097 is 0.58.

The process color (four color CMYK) of #c86097 color hex is 0.00, 0.52, 0.25, 0.22. Web safe color of #c86097 is #cc6699. Color #c86097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100000 10010111
Octal 310 140 227
Decimal 200 96 151
Hex C8 60 97

RGB Percentages of Color #c86097

%44.74
%21.48
%33.78

CMYK Percentages of Color #c86097

%0
%52
%25
%22

Triadic Colors of #c86097

#c86097 #97c860 #6097c8

Analogous Colors of #c86097

#c86097 #c86063 #c560c8

Monochromatic Colors of #c86097

#c86097

Complementary Color

#c86097 #60c891

#c86097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86097 Color CSS Codes

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

#c86097 Text Font Color

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

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


#c86097 Background Color

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

This div background color is #c86097


#c86097 Border Color

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

This div border color is #c86097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86097


Comments

No comments written yet.

Please login to write comment.