Color Hex Logo

#c55ace Color Hex

#C55ACE
(197,90,206)
0 Favorites   0 Comments

Color spaces of #c55ace

RGB 19790206
HSL0.820.540.58
HSV295°56°81°
CMYK 0.040.560.00   0.19
XYZ37.822723.638960.9618
Yxy23.63890.30890.1931
Hunter Lab48.619953.7752-40.3066
CIE-Lab55.724458.6116-41.1772

#c55ace color RGB value is (197,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011010 11001110
Octal 305 132 316
Decimal 197 90 206
Hex C5 5A CE

RGB Percentages of Color #c55ace

%39.96
%18.26
%41.78

CMYK Percentages of Color #c55ace

%4
%56
%0
%19

Triadic Colors of #c55ace

#c55ace #cec55a #5acec5

Analogous Colors of #c55ace

#c55ace #ce5a9d #8b5ace

Monochromatic Colors of #c55ace

#c55ace

Complementary Color

#c55ace #63ce5a

#c55ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ace Color CSS Codes

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

#c55ace Text Font Color

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

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


#c55ace Background Color

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

This div background color is #c55ace


#c55ace Border Color

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

This div border color is #c55ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ace


Comments

No comments written yet.

Please login to write comment.