Color Hex Logo

#c53bac Color Hex

#C53BAC
(197,59,172)
0 Favorites   0 Comments

Color spaces of #c53bac

RGB 19759172
HSL0.860.540.50
HSV311°70°77°
CMYK 0.000.700.13   0.23
XYZ32.036317.976840.8111
Yxy17.97680.35270.1979
Hunter Lab42.399160.6745-27.3901
CIE-Lab49.468065.7775-31.3256

#c53bac color RGB value is (197,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111011 10101100
Octal 305 73 254
Decimal 197 59 172
Hex C5 3B AC

RGB Percentages of Color #c53bac

%46.03
%13.79
%40.19

CMYK Percentages of Color #c53bac

%0
%70
%13
%23

Triadic Colors of #c53bac

#c53bac #acc53b #3bacc5

Analogous Colors of #c53bac

#c53bac #c53b67 #993bc5

Monochromatic Colors of #c53bac

#c53bac

Complementary Color

#c53bac #3bc554

#c53bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53bac Color CSS Codes

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

#c53bac Text Font Color

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

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


#c53bac Background Color

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

This div background color is #c53bac


#c53bac Border Color

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

This div border color is #c53bac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,59,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53bac


Comments

No comments written yet.

Please login to write comment.