Color Hex Logo

#c548aa Color Hex

#C548AA
(197,72,170)
0 Favorites   0 Comments

Color spaces of #c548aa

RGB 19772170
HSL0.870.520.53
HSV313°63°77°
CMYK 0.000.630.14   0.23
XYZ32.599019.407340.0580
Yxy19.40730.35410.2108
Hunter Lab44.053754.9930-23.0747
CIE-Lab51.160460.5081-27.5151

#c548aa color RGB value is (197,72,170).

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

The process color (four color CMYK) of #c548aa color hex is 0.00, 0.63, 0.14, 0.23. Web safe color of #c548aa is #cc3399. Color #c548aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001000 10101010
Octal 305 110 252
Decimal 197 72 170
Hex C5 48 AA

RGB Percentages of Color #c548aa

%44.87
%16.40
%38.72

CMYK Percentages of Color #c548aa

%0
%63
%14
%23

Triadic Colors of #c548aa

#c548aa #aac548 #48aac5

Analogous Colors of #c548aa

#c548aa #c5486c #a248c5

Monochromatic Colors of #c548aa

#c548aa

Complementary Color

#c548aa #48c563

#c548aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c548aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c548aa Color CSS Codes

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

#c548aa Text Font Color

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

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


#c548aa Background Color

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

This div background color is #c548aa


#c548aa Border Color

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

This div border color is #c548aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c548aa


Comments

No comments written yet.

Please login to write comment.