Color Hex Logo

#c359dd Color Hex

#C359DD
(195,89,221)
0 Favorites   0 Comments

Color spaces of #c359dd

RGB 19589221
HSL0.800.660.61
HSV288°60°87°
CMYK 0.120.600.00   0.13
XYZ39.129223.967370.9704
Yxy23.96730.29190.1788
Hunter Lab48.956456.9953-51.6812
CIE-Lab56.055061.3733-49.1751

#c359dd color RGB value is (195,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011001 11011101
Octal 303 131 335
Decimal 195 89 221
Hex C3 59 DD

RGB Percentages of Color #c359dd

%38.61
%17.62
%43.76

CMYK Percentages of Color #c359dd

%12
%60
%0
%13

Triadic Colors of #c359dd

#c359dd #ddc359 #59ddc3

Analogous Colors of #c359dd

#c359dd #dd59b5 #8159dd

Monochromatic Colors of #c359dd

#c359dd

Complementary Color

#c359dd #73dd59

#c359dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c359dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c359dd Color CSS Codes

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

#c359dd Text Font Color

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

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


#c359dd Background Color

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

This div background color is #c359dd


#c359dd Border Color

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

This div border color is #c359dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c359dd


Comments

No comments written yet.

Please login to write comment.