Color Hex Logo

#c359da Color Hex

#C359DA
(195,89,218)
0 Favorites   0 Comments

Color spaces of #c359da

RGB 19589218
HSL0.800.640.60
HSV289°59°85°
CMYK 0.110.590.00   0.15
XYZ38.732923.808868.8838
Yxy23.80880.29470.1812
Hunter Lab48.794356.3034-49.5449
CIE-Lab55.895960.7995-47.7332

#c359da color RGB value is (195,89,218).

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

The process color (four color CMYK) of #c359da color hex is 0.11, 0.59, 0.00, 0.15. Web safe color of #c359da is #cc66cc. Color #c359da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011001 11011010
Octal 303 131 332
Decimal 195 89 218
Hex C3 59 DA

RGB Percentages of Color #c359da

%38.84
%17.73
%43.43

CMYK Percentages of Color #c359da

%11
%59
%0
%15

Triadic Colors of #c359da

#c359da #dac359 #59dac3

Analogous Colors of #c359da

#c359da #da59b1 #8359da

Monochromatic Colors of #c359da

#c359da

Complementary Color

#c359da #70da59

#c359da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c359da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c359da Color CSS Codes

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

#c359da Text Font Color

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

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


#c359da Background Color

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

This div background color is #c359da


#c359da Border Color

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

This div border color is #c359da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c359da


Comments

No comments written yet.

Please login to write comment.