Color Hex Logo

#c862cd Color Hex

#C862CD
(200,98,205)
0 Favorites   0 Comments

Color spaces of #c862cd

RGB 20098205
HSL0.830.520.59
HSV297°52°80°
CMYK 0.020.520.00   0.20
XYZ39.206525.422560.5982
Yxy25.42250.31310.2030
Hunter Lab50.420750.5630-35.9632
CIE-Lab57.484855.4554-37.8137

#c862cd color RGB value is (200,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100010 11001101
Octal 310 142 315
Decimal 200 98 205
Hex C8 62 CD

RGB Percentages of Color #c862cd

%39.76
%19.48
%40.76

CMYK Percentages of Color #c862cd

%2
%52
%0
%20

Triadic Colors of #c862cd

#c862cd #cdc862 #62cdc8

Analogous Colors of #c862cd

#c862cd #cd629d #9362cd

Monochromatic Colors of #c862cd

#c862cd

Complementary Color

#c862cd #67cd62

#c862cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c862cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c862cd Color CSS Codes

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

#c862cd Text Font Color

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

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


#c862cd Background Color

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

This div background color is #c862cd


#c862cd Border Color

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

This div border color is #c862cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c862cd


Comments

No comments written yet.

Please login to write comment.