Color Hex Logo

#c363cb Color Hex

#C363CB
(195,99,203)
0 Favorites   0 Comments

Color spaces of #c363cb

RGB 19599203
HSL0.820.500.59
HSV295°51°80°
CMYK 0.040.510.00   0.20
XYZ37.747024.837659.3046
Yxy24.83760.30970.2038
Hunter Lab49.837347.9813-35.6668
CIE-Lab56.916853.2264-37.6139

#c363cb color RGB value is (195,99,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 11001011
Octal 303 143 313
Decimal 195 99 203
Hex C3 63 CB

RGB Percentages of Color #c363cb

%39.24
%19.92
%40.85

CMYK Percentages of Color #c363cb

%4
%51
%0
%20

Triadic Colors of #c363cb

#c363cb #cbc363 #63cbc3

Analogous Colors of #c363cb

#c363cb #cb639f #8f63cb

Monochromatic Colors of #c363cb

#c363cb

Complementary Color

#c363cb #6bcb63

#c363cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c363cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c363cb Color CSS Codes

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

#c363cb Text Font Color

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

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


#c363cb Background Color

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

This div background color is #c363cb


#c363cb Border Color

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

This div border color is #c363cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,99,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c363cb


Comments

No comments written yet.

Please login to write comment.