Color Hex Logo

#c55fae Color Hex

#C55FAE
(197,95,174)
0 Favorites   0 Comments

Color spaces of #c55fae

RGB 19795174
HSL0.870.470.57
HSV314°52°77°
CMYK 0.000.520.12   0.23
XYZ34.758123.110742.6733
Yxy23.11070.34570.2299
Hunter Lab48.073644.9300-18.9782
CIE-Lab55.186250.7178-23.6273

#c55fae color RGB value is (197,95,174).

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

The process color (four color CMYK) of #c55fae color hex is 0.00, 0.52, 0.12, 0.23. Web safe color of #c55fae is #cc6699. Color #c55fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011111 10101110
Octal 305 137 256
Decimal 197 95 174
Hex C5 5F AE

RGB Percentages of Color #c55fae

%42.27
%20.39
%37.34

CMYK Percentages of Color #c55fae

%0
%52
%12
%23

Triadic Colors of #c55fae

#c55fae #aec55f #5faec5

Analogous Colors of #c55fae

#c55fae #c55f7b #a95fc5

Monochromatic Colors of #c55fae

#c55fae

Complementary Color

#c55fae #5fc576

#c55fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55fae Color CSS Codes

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

#c55fae Text Font Color

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

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


#c55fae Background Color

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

This div background color is #c55fae


#c55fae Border Color

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

This div border color is #c55fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55fae


Comments

No comments written yet.

Please login to write comment.