Color Hex Logo

#c549ad Color Hex

#C549AD
(197,73,173)
0 Favorites   0 Comments

Color spaces of #c549ad

RGB 19773173
HSL0.870.520.53
HSV312°63°77°
CMYK 0.000.630.12   0.23
XYZ32.951319.652541.5918
Yxy19.65250.34980.2086
Hunter Lab44.331155.0994-24.5945
CIE-Lab51.442060.5503-28.8357

#c549ad color RGB value is (197,73,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001001 10101101
Octal 305 111 255
Decimal 197 73 173
Hex C5 49 AD

RGB Percentages of Color #c549ad

%44.47
%16.48
%39.05

CMYK Percentages of Color #c549ad

%0
%63
%12
%23

Triadic Colors of #c549ad

#c549ad #adc549 #49adc5

Analogous Colors of #c549ad

#c549ad #c5496f #9f49c5

Monochromatic Colors of #c549ad

#c549ad

Complementary Color

#c549ad #49c561

#c549ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c549ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c549ad Color CSS Codes

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

#c549ad Text Font Color

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

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


#c549ad Background Color

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

This div background color is #c549ad


#c549ad Border Color

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

This div border color is #c549ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c549ad


Comments

No comments written yet.

Please login to write comment.