Color Hex Logo

#c547a0 Color Hex

#C547A0
(197,71,160)
0 Favorites   0 Comments

Color spaces of #c547a0

RGB 19771160
HSL0.880.520.53
HSV318°64°77°
CMYK 0.000.640.19   0.23
XYZ31.624418.914935.2418
Yxy18.91490.36870.2205
Hunter Lab43.491353.6854-17.5999
CIE-Lab50.587559.4541-22.5126

#c547a0 color RGB value is (197,71,160).

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

The process color (four color CMYK) of #c547a0 color hex is 0.00, 0.64, 0.19, 0.23. Web safe color of #c547a0 is #cc3399. Color #c547a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 10100000
Octal 305 107 240
Decimal 197 71 160
Hex C5 47 A0

RGB Percentages of Color #c547a0

%46.03
%16.59
%37.38

CMYK Percentages of Color #c547a0

%0
%64
%19
%23

Triadic Colors of #c547a0

#c547a0 #a0c547 #47a0c5

Analogous Colors of #c547a0

#c547a0 #c54761 #ab47c5

Monochromatic Colors of #c547a0

#c547a0

Complementary Color

#c547a0 #47c56c

#c547a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c547a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c547a0 Color CSS Codes

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

#c547a0 Text Font Color

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

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


#c547a0 Background Color

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

This div background color is #c547a0


#c547a0 Border Color

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

This div border color is #c547a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c547a0


Comments

No comments written yet.

Please login to write comment.