Color Hex Logo

#c86acc Color Hex

#C86ACC
(200,106,204)
0 Favorites   0 Comments

Color spaces of #c86acc

RGB 200106204
HSL0.830.490.61
HSV298°48°80°
CMYK 0.020.480.00   0.20
XYZ39.872526.947160.2265
Yxy26.94710.31380.2121
Hunter Lab51.910646.2622-32.4506
CIE-Lab58.925351.3418-34.9929

#c86acc color RGB value is (200,106,204).

#c86acc hex color red value is 200, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c86acc hue: 0.83 , saturation: 0.49 and the lightness value of c86acc is 0.61.

The process color (four color CMYK) of #c86acc color hex is 0.02, 0.48, 0.00, 0.20. Web safe color of #c86acc is #cc66cc. Color #c86acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 11001100
Octal 310 152 314
Decimal 200 106 204
Hex C8 6A CC

RGB Percentages of Color #c86acc

%39.22
%20.78
%40.00

CMYK Percentages of Color #c86acc

%2
%48
%0
%20

Triadic Colors of #c86acc

#c86acc #ccc86a #6accc8

Analogous Colors of #c86acc

#c86acc #cc6a9f #976acc

Monochromatic Colors of #c86acc

#c86acc

Complementary Color

#c86acc #6ecc6a

#c86acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86acc Color CSS Codes

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

#c86acc Text Font Color

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

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


#c86acc Background Color

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

This div background color is #c86acc


#c86acc Border Color

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

This div border color is #c86acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86acc


Comments

No comments written yet.

Please login to write comment.