Color Hex Logo

#c357dd Color Hex

#C357DD
(195,87,221)
0 Favorites   0 Comments

Color spaces of #c357dd

RGB 19587221
HSL0.800.660.60
HSV288°61°87°
CMYK 0.120.610.00   0.13
XYZ38.965023.639070.9157
Yxy23.63900.29180.1770
Hunter Lab48.620057.9685-52.4448
CIE-Lab55.724562.2769-49.7004

#c357dd color RGB value is (195,87,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010111 11011101
Octal 303 127 335
Decimal 195 87 221
Hex C3 57 DD

RGB Percentages of Color #c357dd

%38.77
%17.30
%43.94

CMYK Percentages of Color #c357dd

%12
%61
%0
%13

Triadic Colors of #c357dd

#c357dd #ddc357 #57ddc3

Analogous Colors of #c357dd

#c357dd #dd57b4 #8057dd

Monochromatic Colors of #c357dd

#c357dd

Complementary Color

#c357dd #71dd57

#c357dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c357dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c357dd Color CSS Codes

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

#c357dd Text Font Color

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

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


#c357dd Background Color

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

This div background color is #c357dd


#c357dd Border Color

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

This div border color is #c357dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c357dd


Comments

No comments written yet.

Please login to write comment.