Color Hex Logo

#c363cd Color Hex

#C363CD
(195,99,205)
0 Favorites   0 Comments

Color spaces of #c363cd

RGB 19599205
HSL0.820.510.60
HSV294°52°80°
CMYK 0.050.520.00   0.20
XYZ37.987024.933660.5681
Yxy24.93360.30760.2019
Hunter Lab49.933648.4103-36.9637
CIE-Lab57.010753.5993-38.6039

#c363cd color RGB value is (195,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 11001101
Octal 303 143 315
Decimal 195 99 205
Hex C3 63 CD

RGB Percentages of Color #c363cd

%39.08
%19.84
%41.08

CMYK Percentages of Color #c363cd

%5
%52
%0
%20

Triadic Colors of #c363cd

#c363cd #cdc363 #63cdc3

Analogous Colors of #c363cd

#c363cd #cd63a2 #8e63cd

Monochromatic Colors of #c363cd

#c363cd

Complementary Color

#c363cd #6dcd63

#c363cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c363cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c363cd Color CSS Codes

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

#c363cd Text Font Color

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

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


#c363cd Background Color

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

This div background color is #c363cd


#c363cd Border Color

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

This div border color is #c363cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c363cd


Comments

No comments written yet.

Please login to write comment.