Color Hex Logo

#c865cc Color Hex

#C865CC
(200,101,204)
0 Favorites   0 Comments

Color spaces of #c865cc

RGB 200101204
HSL0.830.500.60
HSV298°50°80°
CMYK 0.020.500.00   0.20
XYZ39.372225.946460.0597
Yxy25.94640.31400.2069
Hunter Lab50.937648.8307-34.2515
CIE-Lab57.986153.8180-36.4605

#c865cc color RGB value is (200,101,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 11001100
Octal 310 145 314
Decimal 200 101 204
Hex C8 65 CC

RGB Percentages of Color #c865cc

%39.60
%20.00
%40.40

CMYK Percentages of Color #c865cc

%2
%50
%0
%20

Triadic Colors of #c865cc

#c865cc #ccc865 #65ccc8

Analogous Colors of #c865cc

#c865cc #cc659d #9565cc

Monochromatic Colors of #c865cc

#c865cc

Complementary Color

#c865cc #69cc65

#c865cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c865cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c865cc Color CSS Codes

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

#c865cc Text Font Color

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

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


#c865cc Background Color

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

This div background color is #c865cc


#c865cc Border Color

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

This div border color is #c865cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,101,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 #c865cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c865cc


Comments

No comments written yet.

Please login to write comment.