Color Hex Logo

#c864cd Color Hex

#C864CD
(200,100,205)
0 Favorites   0 Comments

Color spaces of #c864cd

RGB 200100205
HSL0.830.510.60
HSV297°51°80°
CMYK 0.020.510.00   0.20
XYZ39.396025.801560.6614
Yxy25.80150.31300.2050
Hunter Lab50.795249.5504-35.2496
CIE-Lab57.848254.4879-37.2444

#c864cd color RGB value is (200,100,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 11001101
Octal 310 144 315
Decimal 200 100 205
Hex C8 64 CD

RGB Percentages of Color #c864cd

%39.60
%19.80
%40.59

CMYK Percentages of Color #c864cd

%2
%51
%0
%20

Triadic Colors of #c864cd

#c864cd #cdc864 #64cdc8

Analogous Colors of #c864cd

#c864cd #cd649e #9464cd

Monochromatic Colors of #c864cd

#c864cd

Complementary Color

#c864cd #69cd64

#c864cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c864cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c864cd Color CSS Codes

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

#c864cd Text Font Color

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

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


#c864cd Background Color

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

This div background color is #c864cd


#c864cd Border Color

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

This div border color is #c864cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c864cd


Comments

No comments written yet.

Please login to write comment.