Color Hex Logo

#c547cf Color Hex

#C547CF
(197,71,207)
0 Favorites   0 Comments

Color spaces of #c547cf

RGB 19771207
HSL0.820.590.55
HSV296°66°81°
CMYK 0.050.660.00   0.19
XYZ36.541720.881861.1361
Yxy20.88180.30820.1761
Hunter Lab45.696662.7701-47.3347
CIE-Lab52.819966.9315-46.3420

#c547cf color RGB value is (197,71,207).

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

The process color (four color CMYK) of #c547cf color hex is 0.05, 0.66, 0.00, 0.19. Web safe color of #c547cf is #cc33cc. Color #c547cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000111 11001111
Octal 305 107 317
Decimal 197 71 207
Hex C5 47 CF

RGB Percentages of Color #c547cf

%41.47
%14.95
%43.58

CMYK Percentages of Color #c547cf

%5
%66
%0
%19

Triadic Colors of #c547cf

#c547cf #cfc547 #47cfc5

Analogous Colors of #c547cf

#c547cf #cf4795 #8147cf

Monochromatic Colors of #c547cf

#c547cf

Complementary Color

#c547cf #51cf47

#c547cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c547cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c547cf Color CSS Codes

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

#c547cf Text Font Color

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

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


#c547cf Background Color

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

This div background color is #c547cf


#c547cf Border Color

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

This div border color is #c547cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c547cf


Comments

No comments written yet.

Please login to write comment.