Color Hex Logo

#c554cc Color Hex

#C554CC
(197,84,204)
0 Favorites   0 Comments

Color spaces of #c554cc

RGB 19784204
HSL0.820.540.56
HSV297°59°80°
CMYK 0.030.590.00   0.20
XYZ37.095422.570659.5282
Yxy22.57060.31120.1894
Hunter Lab47.508556.2357-41.0344
CIE-Lab54.627360.9682-41.7664

#c554cc color RGB value is (197,84,204).

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

The process color (four color CMYK) of #c554cc color hex is 0.03, 0.59, 0.00, 0.20. Web safe color of #c554cc is #cc66cc. Color #c554cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 11001100
Octal 305 124 314
Decimal 197 84 204
Hex C5 54 CC

RGB Percentages of Color #c554cc

%40.62
%17.32
%42.06

CMYK Percentages of Color #c554cc

%3
%59
%0
%20

Triadic Colors of #c554cc

#c554cc #ccc554 #54ccc5

Analogous Colors of #c554cc

#c554cc #cc5497 #8954cc

Monochromatic Colors of #c554cc

#c554cc

Complementary Color

#c554cc #5bcc54

#c554cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c554cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c554cc Color CSS Codes

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

#c554cc Text Font Color

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

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


#c554cc Background Color

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

This div background color is #c554cc


#c554cc Border Color

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

This div border color is #c554cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,84,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 #c554cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c554cc


Comments

No comments written yet.

Please login to write comment.