Color Hex Logo

#c35996 Color Hex

#C35996
(195,89,150)
0 Favorites   0 Comments

Color spaces of #c35996

RGB 19589150
HSL0.900.470.56
HSV325°54°76°
CMYK 0.000.540.23   0.24
XYZ31.583120.948931.2331
Yxy20.94890.37700.2501
Hunter Lab45.770043.0747-8.4201
CIE-Lab52.893549.3635-13.1191

#c35996 color RGB value is (195,89,150).

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

The process color (four color CMYK) of #c35996 color hex is 0.00, 0.54, 0.23, 0.24. Web safe color of #c35996 is #cc6699. Color #c35996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011001 10010110
Octal 303 131 226
Decimal 195 89 150
Hex C3 59 96

RGB Percentages of Color #c35996

%44.93
%20.51
%34.56

CMYK Percentages of Color #c35996

%0
%54
%23
%24

Triadic Colors of #c35996

#c35996 #96c359 #5996c3

Analogous Colors of #c35996

#c35996 #c35961 #bb59c3

Monochromatic Colors of #c35996

#c35996

Complementary Color

#c35996 #59c386

#c35996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35996 Color CSS Codes

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

#c35996 Text Font Color

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

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


#c35996 Background Color

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

This div background color is #c35996


#c35996 Border Color

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

This div border color is #c35996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35996


Comments

No comments written yet.

Please login to write comment.