Color Hex Logo

#c863cd Color Hex

#C863CD
(200,99,205)
0 Favorites   0 Comments

Color spaces of #c863cd

RGB 20099205
HSL0.830.510.60
HSV297°52°80°
CMYK 0.020.520.00   0.20
XYZ39.300725.610860.6296
Yxy25.61080.31310.2040
Hunter Lab50.607150.0579-35.6071
CIE-Lab57.665854.9732-37.5301

#c863cd color RGB value is (200,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100011 11001101
Octal 310 143 315
Decimal 200 99 205
Hex C8 63 CD

RGB Percentages of Color #c863cd

%39.68
%19.64
%40.67

CMYK Percentages of Color #c863cd

%2
%52
%0
%20

Triadic Colors of #c863cd

#c863cd #cdc863 #63cdc8

Analogous Colors of #c863cd

#c863cd #cd639d #9363cd

Monochromatic Colors of #c863cd

#c863cd

Complementary Color

#c863cd #68cd63

#c863cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c863cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c863cd Color CSS Codes

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

#c863cd Text Font Color

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

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


#c863cd Background Color

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

This div background color is #c863cd


#c863cd Border Color

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

This div border color is #c863cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c863cd


Comments

No comments written yet.

Please login to write comment.