color codes Logo

#c54eab color codes

#C54EAB
(197,78,171)
0 Favorites   0 Comments

Color spaces of #c54eab

RGB 19778171
HSL0.870.510.54
HSV313°60°77°
CMYK 0.000.600.13   0.23
XYZ33.101020.259440.6939
Yxy20.25940.35190.2154
Hunter Lab45.010452.5019-22.0967
CIE-Lab52.129258.1193-26.5990

#c54eab color RGB value is (197,78,171).

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

The process color (four color CMYK) of #c54eab color code is 0.00, 0.60, 0.13, 0.23. Web safe color of #c54eab is #cc6699. Color #c54eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 10101011
Octal 305 116 253
Decimal 197 78 171
Hex C5 4E AB

RGB Percentages of Color #c54eab

%44.17
%17.49
%38.34

CMYK Percentages of Color #c54eab

%0
%60
%13
%23

Triadic Colors of #c54eab

#c54eab #abc54e #4eabc5

Analogous Colors of #c54eab

#c54eab #c54e70 #a44ec5

Monochromatic Colors of #c54eab

#c54eab

Complementary Color

#c54eab #4ec568

#c54eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54eab Color CSS Codes

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

#c54eab Text Font Color

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

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


#c54eab Background Color

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

This div background color is #c54eab


#c54eab Border Color

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

This div border color is #c54eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54eab


Comments

No comments written yet.

Please login to write comment.