Color Hex Logo

#c54bac Color Hex

#C54BAC
(197,75,172)
0 Favorites   0 Comments

Color spaces of #c54bac

RGB 19775172
HSL0.870.510.53
HSV312°62°77°
CMYK 0.000.620.13   0.23
XYZ32.988419.881041.1285
Yxy19.88100.35090.2115
Hunter Lab44.588154.0336-23.4780
CIE-Lab51.702459.5598-27.8460

#c54bac color RGB value is (197,75,172).

#c54bac hex color red value is 197, green value is 75 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c54bac hue: 0.87 , saturation: 0.51 and the lightness value of c54bac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001011 10101100
Octal 305 113 254
Decimal 197 75 172
Hex C5 4B AC

RGB Percentages of Color #c54bac

%44.37
%16.89
%38.74

CMYK Percentages of Color #c54bac

%0
%62
%13
%23

Triadic Colors of #c54bac

#c54bac #acc54b #4bacc5

Analogous Colors of #c54bac

#c54bac #c54b6f #a14bc5

Monochromatic Colors of #c54bac

#c54bac

Complementary Color

#c54bac #4bc564

#c54bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54bac Color CSS Codes

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

#c54bac Text Font Color

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

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


#c54bac Background Color

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

This div background color is #c54bac


#c54bac Border Color

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

This div border color is #c54bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54bac


Comments

No comments written yet.

Please login to write comment.