Color Hex Logo

#c54cab Color Hex

#C54CAB
(197,76,171)
0 Favorites   0 Comments

Color spaces of #c54cab

RGB 19776171
HSL0.870.510.54
HSV313°61°77°
CMYK 0.000.610.13   0.23
XYZ32.961119.979540.6473
Yxy19.97950.35220.2135
Hunter Lab44.698453.4055-22.6275
CIE-Lab51.814058.9817-27.0875

#c54cab color RGB value is (197,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001100 10101011
Octal 305 114 253
Decimal 197 76 171
Hex C5 4C AB

RGB Percentages of Color #c54cab

%44.37
%17.12
%38.51

CMYK Percentages of Color #c54cab

%0
%61
%13
%23

Triadic Colors of #c54cab

#c54cab #abc54c #4cabc5

Analogous Colors of #c54cab

#c54cab #c54c6f #a34cc5

Monochromatic Colors of #c54cab

#c54cab

Complementary Color

#c54cab #4cc566

#c54cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54cab Color CSS Codes

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

#c54cab Text Font Color

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

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


#c54cab Background Color

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

This div background color is #c54cab


#c54cab Border Color

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

This div border color is #c54cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54cab


Comments

No comments written yet.

Please login to write comment.