Color Hex Logo

#c35cba Color Hex

#C35CBA
(195,92,186)
0 Favorites   0 Comments

Color spaces of #c35cba

RGB 19592186
HSL0.850.460.56
HSV305°53°76°
CMYK 0.000.530.05   0.24
XYZ35.195722.801649.0005
Yxy22.80160.32890.2131
Hunter Lab47.751048.0022-27.4157
CIE-Lab54.867453.5861-31.0800

#c35cba color RGB value is (195,92,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 10111010
Octal 303 134 272
Decimal 195 92 186
Hex C3 5C BA

RGB Percentages of Color #c35cba

%41.23
%19.45
%39.32

CMYK Percentages of Color #c35cba

%0
%53
%5
%24

Triadic Colors of #c35cba

#c35cba #bac35c #5cbac3

Analogous Colors of #c35cba

#c35cba #c35c87 #995cc3

Monochromatic Colors of #c35cba

#c35cba

Complementary Color

#c35cba #5cc365

#c35cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cba Color CSS Codes

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

#c35cba Text Font Color

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

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


#c35cba Background Color

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

This div background color is #c35cba


#c35cba Border Color

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

This div border color is #c35cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,92,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 #c35cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cba


Comments

No comments written yet.

Please login to write comment.