Color Hex Logo

#c357ae Color Hex

#C357AE
(195,87,174)
0 Favorites   0 Comments

Color spaces of #c357ae

RGB 19587174
HSL0.870.470.55
HSV312°55°76°
CMYK 0.000.550.11   0.24
XYZ33.553921.474542.4209
Yxy21.47450.34430.2204
Hunter Lab46.340648.1507-21.8366
CIE-Lab53.464953.9591-26.3059

#c357ae color RGB value is (195,87,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010111 10101110
Octal 303 127 256
Decimal 195 87 174
Hex C3 57 AE

RGB Percentages of Color #c357ae

%42.76
%19.08
%38.16

CMYK Percentages of Color #c357ae

%0
%55
%11
%24

Triadic Colors of #c357ae

#c357ae #aec357 #57aec3

Analogous Colors of #c357ae

#c357ae #c35778 #a257c3

Monochromatic Colors of #c357ae

#c357ae

Complementary Color

#c357ae #57c36c

#c357ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c357ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c357ae Color CSS Codes

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

#c357ae Text Font Color

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

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


#c357ae Background Color

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

This div background color is #c357ae


#c357ae Border Color

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

This div border color is #c357ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c357ae


Comments

No comments written yet.

Please login to write comment.