Color Hex Logo

#c363db Color Hex

#C363DB
(195,99,219)
0 Favorites   0 Comments

Color spaces of #c363db

RGB 19599219
HSL0.800.630.62
HSV288°55°86°
CMYK 0.110.550.00   0.14
XYZ39.753725.640369.8716
Yxy25.64030.29390.1896
Hunter Lab50.636351.5240-46.3673
CIE-Lab57.694056.2770-45.4497

#c363db color RGB value is (195,99,219).

#c363db hex color red value is 195, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c363db hue: 0.80 , saturation: 0.63 and the lightness value of c363db is 0.62.

The process color (four color CMYK) of #c363db color hex is 0.11, 0.55, 0.00, 0.14. Web safe color of #c363db is #cc66cc. Color #c363db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 11011011
Octal 303 143 333
Decimal 195 99 219
Hex C3 63 DB

RGB Percentages of Color #c363db

%38.01
%19.30
%42.69

CMYK Percentages of Color #c363db

%11
%55
%0
%14

Triadic Colors of #c363db

#c363db #dbc363 #63dbc3

Analogous Colors of #c363db

#c363db #db63b7 #8763db

Monochromatic Colors of #c363db

#c363db

Complementary Color

#c363db #7bdb63

#c363db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c363db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c363db Color CSS Codes

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

#c363db Text Font Color

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

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


#c363db Background Color

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

This div background color is #c363db


#c363db Border Color

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

This div border color is #c363db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c363db


Comments

No comments written yet.

Please login to write comment.