Color Hex Logo

#c35bce Color Hex

#C35BCE
(195,91,206)
0 Favorites   0 Comments

Color spaces of #c35bce

RGB 19591206
HSL0.820.540.58
HSV294°56°81°
CMYK 0.050.560.00   0.19
XYZ37.387323.540560.9658
Yxy23.54050.30670.1931
Hunter Lab48.518652.6406-40.5376
CIE-Lab55.624857.6246-41.3526

#c35bce color RGB value is (195,91,206).

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

The process color (four color CMYK) of #c35bce color hex is 0.05, 0.56, 0.00, 0.19. Web safe color of #c35bce is #cc66cc. Color #c35bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011011 11001110
Octal 303 133 316
Decimal 195 91 206
Hex C3 5B CE

RGB Percentages of Color #c35bce

%39.63
%18.50
%41.87

CMYK Percentages of Color #c35bce

%5
%56
%0
%19

Triadic Colors of #c35bce

#c35bce #cec35b #5bcec3

Analogous Colors of #c35bce

#c35bce #ce5ba0 #8a5bce

Monochromatic Colors of #c35bce

#c35bce

Complementary Color

#c35bce #66ce5b

#c35bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35bce Color CSS Codes

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

#c35bce Text Font Color

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

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


#c35bce Background Color

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

This div background color is #c35bce


#c35bce Border Color

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

This div border color is #c35bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35bce


Comments

No comments written yet.

Please login to write comment.