Color Hex Logo

#c53cae Color Hex

#C53CAE
(197,60,174)
0 Favorites   0 Comments

Color spaces of #c53cae

RGB 19760174
HSL0.860.540.50
HSV310°70°77°
CMYK 0.000.700.12   0.23
XYZ32.281818.158041.8478
Yxy18.15800.34980.1968
Hunter Lab42.612260.6552-28.3979
CIE-Lab49.687265.7191-32.1584

#c53cae color RGB value is (197,60,174).

#c53cae hex color red value is 197, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c53cae hue: 0.86 , saturation: 0.54 and the lightness value of c53cae is 0.50.

The process color (four color CMYK) of #c53cae color hex is 0.00, 0.70, 0.12, 0.23. Web safe color of #c53cae is #cc3399. Color #c53cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111100 10101110
Octal 305 74 256
Decimal 197 60 174
Hex C5 3C AE

RGB Percentages of Color #c53cae

%45.71
%13.92
%40.37

CMYK Percentages of Color #c53cae

%0
%70
%12
%23

Triadic Colors of #c53cae

#c53cae #aec53c #3caec5

Analogous Colors of #c53cae

#c53cae #c53c6a #983cc5

Monochromatic Colors of #c53cae

#c53cae

Complementary Color

#c53cae #3cc553

#c53cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53cae Color CSS Codes

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

#c53cae Text Font Color

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

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


#c53cae Background Color

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

This div background color is #c53cae


#c53cae Border Color

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

This div border color is #c53cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53cae


Comments

No comments written yet.

Please login to write comment.