Color Hex Logo

#c35dae Color Hex

#C35DAE
(195,93,174)
0 Favorites   0 Comments

Color spaces of #c35dae

RGB 19593174
HSL0.870.460.56
HSV312°52°76°
CMYK 0.000.520.11   0.24
XYZ34.060022.486842.5896
Yxy22.48680.34360.2268
Hunter Lab47.420245.2237-20.0560
CIE-Lab54.539751.0941-24.6461

#c35dae color RGB value is (195,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011101 10101110
Octal 303 135 256
Decimal 195 93 174
Hex C3 5D AE

RGB Percentages of Color #c35dae

%42.21
%20.13
%37.66

CMYK Percentages of Color #c35dae

%0
%52
%11
%24

Triadic Colors of #c35dae

#c35dae #aec35d #5daec3

Analogous Colors of #c35dae

#c35dae #c35d7b #a55dc3

Monochromatic Colors of #c35dae

#c35dae

Complementary Color

#c35dae #5dc372

#c35dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35dae Color CSS Codes

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

#c35dae Text Font Color

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

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


#c35dae Background Color

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

This div background color is #c35dae


#c35dae Border Color

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

This div border color is #c35dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35dae


Comments

No comments written yet.

Please login to write comment.