Color Hex Logo

#c35eba Color Hex

#C35EBA
(195,94,186)
0 Favorites   0 Comments

Color spaces of #c35eba

RGB 19594186
HSL0.850.460.57
HSV305°52°76°
CMYK 0.000.520.05   0.24
XYZ35.371323.152749.0590
Yxy23.15270.32880.2152
Hunter Lab48.117347.0113-26.7683
CIE-Lab55.229352.6224-30.5170

#c35eba color RGB value is (195,94,186).

#c35eba hex color red value is 195, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c35eba hue: 0.85 , saturation: 0.46 and the lightness value of c35eba is 0.57.

The process color (four color CMYK) of #c35eba color hex is 0.00, 0.52, 0.05, 0.24. Web safe color of #c35eba is #cc66cc. Color #c35eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011110 10111010
Octal 303 136 272
Decimal 195 94 186
Hex C3 5E BA

RGB Percentages of Color #c35eba

%41.05
%19.79
%39.16

CMYK Percentages of Color #c35eba

%0
%52
%5
%24

Triadic Colors of #c35eba

#c35eba #bac35e #5ebac3

Analogous Colors of #c35eba

#c35eba #c35e88 #9a5ec3

Monochromatic Colors of #c35eba

#c35eba

Complementary Color

#c35eba #5ec367

#c35eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35eba Color CSS Codes

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

#c35eba Text Font Color

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

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


#c35eba Background Color

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

This div background color is #c35eba


#c35eba Border Color

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

This div border color is #c35eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35eba


Comments

No comments written yet.

Please login to write comment.