Color Hex Logo

#c35bcc Color Hex

#C35BCC
(195,91,204)
0 Favorites   0 Comments

Color spaces of #c35bcc

RGB 19591204
HSL0.820.530.58
HSV295°55°80°
CMYK 0.040.550.00   0.20
XYZ37.145823.443959.6941
Yxy23.44390.30880.1949
Hunter Lab48.418952.2078-39.2035
CIE-Lab55.526757.2569-40.3675

#c35bcc color RGB value is (195,91,204).

#c35bcc hex color red value is 195, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c35bcc hue: 0.82 , saturation: 0.53 and the lightness value of c35bcc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11001100
Octal 303 133 314
Decimal 195 91 204
Hex C3 5B CC

RGB Percentages of Color #c35bcc

%39.80
%18.57
%41.63

CMYK Percentages of Color #c35bcc

%4
%55
%0
%20

Triadic Colors of #c35bcc

#c35bcc #ccc35b #5bccc3

Analogous Colors of #c35bcc

#c35bcc #cc5b9d #8b5bcc

Monochromatic Colors of #c35bcc

#c35bcc

Complementary Color

#c35bcc #64cc5b

#c35bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bcc Color CSS Codes

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

#c35bcc Text Font Color

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

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


#c35bcc Background Color

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

This div background color is #c35bcc


#c35bcc Border Color

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

This div border color is #c35bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bcc


Comments

No comments written yet.

Please login to write comment.