Color Hex Logo

#c359cb Color Hex

#C359CB
(195,89,203)
0 Favorites   0 Comments

Color spaces of #c359cb

RGB 19589203
HSL0.820.520.57
HSV296°56°80°
CMYK 0.040.560.00   0.20
XYZ36.857523.058759.0081
Yxy23.05870.30990.1939
Hunter Lab48.019552.9742-39.2441
CIE-Lab55.132758.0066-40.4172

#c359cb color RGB value is (195,89,203).

#c359cb hex color red value is 195, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c359cb hue: 0.82 , saturation: 0.52 and the lightness value of c359cb is 0.57.

The process color (four color CMYK) of #c359cb color hex is 0.04, 0.56, 0.00, 0.20. Web safe color of #c359cb is #cc66cc. Color #c359cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011001 11001011
Octal 303 131 313
Decimal 195 89 203
Hex C3 59 CB

RGB Percentages of Color #c359cb

%40.04
%18.28
%41.68

CMYK Percentages of Color #c359cb

%4
%56
%0
%20

Triadic Colors of #c359cb

#c359cb #cbc359 #59cbc3

Analogous Colors of #c359cb

#c359cb #cb599a #8a59cb

Monochromatic Colors of #c359cb

#c359cb

Complementary Color

#c359cb #61cb59

#c359cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c359cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c359cb Color CSS Codes

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

#c359cb Text Font Color

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

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


#c359cb Background Color

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

This div background color is #c359cb


#c359cb Border Color

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

This div border color is #c359cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c359cb


Comments

No comments written yet.

Please login to write comment.