color codes Logo

#c864cc color codes

#C864CC
(200,100,204)
0 Favorites   0 Comments

Color spaces of #c864cc

RGB 200100204
HSL0.830.500.60
HSV298°51°80°
CMYK 0.020.510.00   0.20
XYZ39.275725.753360.0276
Yxy25.75330.31410.2059
Hunter Lab50.747749.3399-34.6086
CIE-Lab57.802154.3063-36.7486

#c864cc color RGB value is (200,100,204).

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

The process color (four color CMYK) of #c864cc color code is 0.02, 0.51, 0.00, 0.20. Web safe color of #c864cc is #cc66cc. Color #c864cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 11001100
Octal 310 144 314
Decimal 200 100 204
Hex C8 64 CC

RGB Percentages of Color #c864cc

%39.68
%19.84
%40.48

CMYK Percentages of Color #c864cc

%2
%51
%0
%20

Triadic Colors of #c864cc

#c864cc #ccc864 #64ccc8

Analogous Colors of #c864cc

#c864cc #cc649c #9464cc

Monochromatic Colors of #c864cc

#c864cc

Complementary Color

#c864cc #68cc64

#c864cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c864cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c864cc Color CSS Codes

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

#c864cc Text Font Color

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

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


#c864cc Background Color

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

This div background color is #c864cc


#c864cc Border Color

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

This div border color is #c864cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c864cc


Comments

No comments written yet.

Please login to write comment.