Color Hex Logo

#c363dd Color Hex

#C363DD
(195,99,221)
0 Favorites   0 Comments

Color spaces of #c363dd

RGB 19599221
HSL0.800.640.63
HSV287°55°87°
CMYK 0.120.550.00   0.13
XYZ40.018725.746271.2669
Yxy25.74620.29200.1879
Hunter Lab50.740751.9849-47.7561
CIE-Lab57.795456.6693-46.4157

#c363dd color RGB value is (195,99,221).

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

The process color (four color CMYK) of #c363dd color hex is 0.12, 0.55, 0.00, 0.13. Web safe color of #c363dd is #cc66cc. Color #c363dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 11011101
Octal 303 143 335
Decimal 195 99 221
Hex C3 63 DD

RGB Percentages of Color #c363dd

%37.86
%19.22
%42.91

CMYK Percentages of Color #c363dd

%12
%55
%0
%13

Triadic Colors of #c363dd

#c363dd #ddc363 #63ddc3

Analogous Colors of #c363dd

#c363dd #dd63ba #8663dd

Monochromatic Colors of #c363dd

#c363dd

Complementary Color

#c363dd #7ddd63

#c363dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c363dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c363dd Color CSS Codes

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

#c363dd Text Font Color

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

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


#c363dd Background Color

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

This div background color is #c363dd


#c363dd Border Color

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

This div border color is #c363dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c363dd


Comments

No comments written yet.

Please login to write comment.