Color Hex Logo

#c363af Color Hex

#C363AF
(195,99,175)
0 Favorites   0 Comments

Color spaces of #c363af

RGB 19599175
HSL0.870.440.58
HSV313°49°76°
CMYK 0.000.490.10   0.24
XYZ34.705423.620943.2876
Yxy23.62090.34150.2325
Hunter Lab48.601342.4115-18.7867
CIE-Lab55.706248.2954-23.4297

#c363af color RGB value is (195,99,175).

#c363af hex color red value is 195, green value is 99 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c363af hue: 0.87 , saturation: 0.44 and the lightness value of c363af is 0.58.

The process color (four color CMYK) of #c363af color hex is 0.00, 0.49, 0.10, 0.24. Web safe color of #c363af is #cc6699. Color #c363af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 10101111
Octal 303 143 257
Decimal 195 99 175
Hex C3 63 AF

RGB Percentages of Color #c363af

%41.58
%21.11
%37.31

CMYK Percentages of Color #c363af

%0
%49
%10
%24

Triadic Colors of #c363af

#c363af #afc363 #63afc3

Analogous Colors of #c363af

#c363af #c3637f #a763c3

Monochromatic Colors of #c363af

#c363af

Complementary Color

#c363af #63c377

#c363af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c363af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c363af Color CSS Codes

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

#c363af Text Font Color

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

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


#c363af Background Color

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

This div background color is #c363af


#c363af Border Color

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

This div border color is #c363af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c363af


Comments

No comments written yet.

Please login to write comment.