Color Hex Logo

#c35cad Color Hex

#C35CAD
(195,92,173)
0 Favorites   0 Comments

Color spaces of #c35cad

RGB 19592173
HSL0.870.460.56
HSV313°53°76°
CMYK 0.000.530.11   0.24
XYZ33.875622.273542.0489
Yxy22.27350.34500.2268
Hunter Lab47.194845.5332-19.7889
CIE-Lab54.316051.4165-24.4103

#c35cad color RGB value is (195,92,173).

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

The process color (four color CMYK) of #c35cad color hex is 0.00, 0.53, 0.11, 0.24. Web safe color of #c35cad is #cc6699. Color #c35cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 10101101
Octal 303 134 255
Decimal 195 92 173
Hex C3 5C AD

RGB Percentages of Color #c35cad

%42.39
%20.00
%37.61

CMYK Percentages of Color #c35cad

%0
%53
%11
%24

Triadic Colors of #c35cad

#c35cad #adc35c #5cadc3

Analogous Colors of #c35cad

#c35cad #c35c7a #a65cc3

Monochromatic Colors of #c35cad

#c35cad

Complementary Color

#c35cad #5cc372

#c35cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cad Color CSS Codes

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

#c35cad Text Font Color

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

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


#c35cad Background Color

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

This div background color is #c35cad


#c35cad Border Color

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

This div border color is #c35cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cad

#c35cad Color Palettes


Comments

No comments written yet.

Please login to write comment.