Color Hex Logo

#c35ace Color Hex

#C35ACE
(195,90,206)
0 Favorites   0 Comments

Color spaces of #c35ace

RGB 19590206
HSL0.820.540.58
HSV294°56°81°
CMYK 0.050.560.00   0.19
XYZ37.302423.370760.9375
Yxy23.37070.30670.1922
Hunter Lab48.343353.1327-40.8958
CIE-Lab55.452158.0911-41.6247

#c35ace color RGB value is (195,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011010 11001110
Octal 303 132 316
Decimal 195 90 206
Hex C3 5A CE

RGB Percentages of Color #c35ace

%39.71
%18.33
%41.96

CMYK Percentages of Color #c35ace

%5
%56
%0
%19

Triadic Colors of #c35ace

#c35ace #cec35a #5acec3

Analogous Colors of #c35ace

#c35ace #ce5a9f #895ace

Monochromatic Colors of #c35ace

#c35ace

Complementary Color

#c35ace #65ce5a

#c35ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35ace Color CSS Codes

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

#c35ace Text Font Color

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

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


#c35ace Background Color

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

This div background color is #c35ace


#c35ace Border Color

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

This div border color is #c35ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35ace


Comments

No comments written yet.

Please login to write comment.