Color Hex Logo

#c35bca Color Hex

#C35BCA
(195,91,202)
0 Favorites   0 Comments

Color spaces of #c35bca

RGB 19591202
HSL0.820.510.57
HSV296°55°79°
CMYK 0.030.550.00   0.21
XYZ36.907423.348558.4386
Yxy23.34850.31090.1967
Hunter Lab48.320351.7792-37.8812
CIE-Lab55.429556.8920-39.3793

#c35bca color RGB value is (195,91,202).

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

The process color (four color CMYK) of #c35bca color hex is 0.03, 0.55, 0.00, 0.21. Web safe color of #c35bca is #cc66cc. Color #c35bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11001010
Octal 303 133 312
Decimal 195 91 202
Hex C3 5B CA

RGB Percentages of Color #c35bca

%39.96
%18.65
%41.39

CMYK Percentages of Color #c35bca

%3
%55
%0
%21

Triadic Colors of #c35bca

#c35bca #cac35b #5bcac3

Analogous Colors of #c35bca

#c35bca #ca5b9a #8c5bca

Monochromatic Colors of #c35bca

#c35bca

Complementary Color

#c35bca #62ca5b

#c35bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bca Color CSS Codes

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

#c35bca Text Font Color

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

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


#c35bca Background Color

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

This div background color is #c35bca


#c35bca Border Color

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

This div border color is #c35bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bca


Comments

No comments written yet.

Please login to write comment.