Color Hex Logo

#c554ce Color Hex

#C554CE
(197,84,206)
0 Favorites   0 Comments

Color spaces of #c554ce

RGB 19784206
HSL0.820.550.57
HSV296°59°81°
CMYK 0.040.590.00   0.19
XYZ37.336922.667260.7999
Yxy22.66720.30910.1876
Hunter Lab47.610156.6661-42.3885
CIE-Lab54.727961.3258-42.7493

#c554ce color RGB value is (197,84,206).

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

The process color (four color CMYK) of #c554ce color hex is 0.04, 0.59, 0.00, 0.19. Web safe color of #c554ce is #cc66cc. Color #c554ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 11001110
Octal 305 124 316
Decimal 197 84 206
Hex C5 54 CE

RGB Percentages of Color #c554ce

%40.45
%17.25
%42.30

CMYK Percentages of Color #c554ce

%4
%59
%0
%19

Triadic Colors of #c554ce

#c554ce #cec554 #54cec5

Analogous Colors of #c554ce

#c554ce #ce549a #8854ce

Monochromatic Colors of #c554ce

#c554ce

Complementary Color

#c554ce #5dce54

#c554ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c554ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c554ce Color CSS Codes

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

#c554ce Text Font Color

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

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


#c554ce Background Color

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

This div background color is #c554ce


#c554ce Border Color

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

This div border color is #c554ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c554ce


Comments

No comments written yet.

Please login to write comment.