Color Hex Logo

#c86cba Color Hex

#C86CBA
(200,108,186)
0 Favorites   0 Comments

Color spaces of #c86cba

RGB 200108186
HSL0.860.460.60
HSV309°46°78°
CMYK 0.000.460.07   0.22
XYZ38.044926.549749.5738
Yxy26.54970.33320.2325
Hunter Lab51.526441.6256-20.9747
CIE-Lab58.555247.1289-25.3172

#c86cba color RGB value is (200,108,186).

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

The process color (four color CMYK) of #c86cba color hex is 0.00, 0.46, 0.07, 0.22. Web safe color of #c86cba is #cc66cc. Color #c86cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 10111010
Octal 310 154 272
Decimal 200 108 186
Hex C8 6C BA

RGB Percentages of Color #c86cba

%40.49
%21.86
%37.65

CMYK Percentages of Color #c86cba

%0
%46
%7
%22

Triadic Colors of #c86cba

#c86cba #bac86c #6cbac8

Analogous Colors of #c86cba

#c86cba #c86c8c #a86cc8

Monochromatic Colors of #c86cba

#c86cba

Complementary Color

#c86cba #6cc87a

#c86cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cba Color CSS Codes

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

#c86cba Text Font Color

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

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


#c86cba Background Color

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

This div background color is #c86cba


#c86cba Border Color

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

This div border color is #c86cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cba


Comments

No comments written yet.

Please login to write comment.