Color Hex Logo

#c547cc Color Hex

#C547CC
(197,71,204)
0 Favorites   0 Comments

Color spaces of #c547cc

RGB 19771204
HSL0.820.570.54
HSV297°65°80°
CMYK 0.030.650.00   0.20
XYZ36.178320.736459.2225
Yxy20.73640.31150.1786
Hunter Lab45.537262.1240-45.2323
CIE-Lab52.659866.4124-44.8782

#c547cc color RGB value is (197,71,204).

#c547cc hex color red value is 197, green value is 71 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c547cc hue: 0.82 , saturation: 0.57 and the lightness value of c547cc is 0.54.

The process color (four color CMYK) of #c547cc color hex is 0.03, 0.65, 0.00, 0.20. Web safe color of #c547cc is #cc33cc. Color #c547cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 11001100
Octal 305 107 314
Decimal 197 71 204
Hex C5 47 CC

RGB Percentages of Color #c547cc

%41.74
%15.04
%43.22

CMYK Percentages of Color #c547cc

%3
%65
%0
%20

Triadic Colors of #c547cc

#c547cc #ccc547 #47ccc5

Analogous Colors of #c547cc

#c547cc #cc4791 #8347cc

Monochromatic Colors of #c547cc

#c547cc

Complementary Color

#c547cc #4ecc47

#c547cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c547cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c547cc Color CSS Codes

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

#c547cc Text Font Color

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

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


#c547cc Background Color

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

This div background color is #c547cc


#c547cc Border Color

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

This div border color is #c547cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c547cc


Comments

No comments written yet.

Please login to write comment.