Color Hex Logo

#c359be Color Hex

#C359BE
(195,89,190)
0 Favorites   0 Comments

Color spaces of #c359be

RGB 19589190
HSL0.840.470.56
HSV303°54°76°
CMYK 0.000.540.03   0.24
XYZ35.372322.464651.1870
Yxy22.46460.32440.2061
Hunter Lab47.396850.2702-30.8534
CIE-Lab54.516555.6980-33.9315

#c359be color RGB value is (195,89,190).

#c359be hex color red value is 195, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c359be hue: 0.84 , saturation: 0.47 and the lightness value of c359be is 0.56.

The process color (four color CMYK) of #c359be color hex is 0.00, 0.54, 0.03, 0.24. Web safe color of #c359be is #cc66cc. Color #c359be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011001 10111110
Octal 303 131 276
Decimal 195 89 190
Hex C3 59 BE

RGB Percentages of Color #c359be

%41.14
%18.78
%40.08

CMYK Percentages of Color #c359be

%0
%54
%3
%24

Triadic Colors of #c359be

#c359be #bec359 #59bec3

Analogous Colors of #c359be

#c359be #c35989 #9359c3

Monochromatic Colors of #c359be

#c359be

Complementary Color

#c359be #59c35e

#c359be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c359be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c359be Color CSS Codes

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

#c359be Text Font Color

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

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


#c359be Background Color

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

This div background color is #c359be


#c359be Border Color

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

This div border color is #c359be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c359be


Comments

No comments written yet.

Please login to write comment.