Color Hex Logo

#c35bba Color Hex

#C35BBA
(195,91,186)
0 Favorites   0 Comments

Color spaces of #c35bba

RGB 19591186
HSL0.850.460.56
HSV305°53°76°
CMYK 0.000.530.05   0.24
XYZ35.109722.629448.9718
Yxy22.62940.32900.2121
Hunter Lab47.570448.4952-27.7374
CIE-Lab54.688554.0644-31.3585

#c35bba color RGB value is (195,91,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 10111010
Octal 303 133 272
Decimal 195 91 186
Hex C3 5B BA

RGB Percentages of Color #c35bba

%41.31
%19.28
%39.41

CMYK Percentages of Color #c35bba

%0
%53
%5
%24

Triadic Colors of #c35bba

#c35bba #bac35b #5bbac3

Analogous Colors of #c35bba

#c35bba #c35b86 #985bc3

Monochromatic Colors of #c35bba

#c35bba

Complementary Color

#c35bba #5bc364

#c35bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bba Color CSS Codes

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

#c35bba Text Font Color

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

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


#c35bba Background Color

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

This div background color is #c35bba


#c35bba Border Color

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

This div border color is #c35bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bba


Comments

No comments written yet.

Please login to write comment.