Color Hex Logo

#c54ccb Color Hex

#C54CCB
(197,76,203)
0 Favorites   0 Comments

Color spaces of #c54ccb

RGB 19776203
HSL0.830.550.55
HSV297°63°80°
CMYK 0.030.630.00   0.20
XYZ36.389921.351058.7031
Yxy21.35100.31250.1834
Hunter Lab46.207159.7131-42.9790
CIE-Lab53.331564.2220-43.2414

#c54ccb color RGB value is (197,76,203).

#c54ccb hex color red value is 197, green value is 76 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c54ccb hue: 0.83 , saturation: 0.55 and the lightness value of c54ccb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001100 11001011
Octal 305 114 313
Decimal 197 76 203
Hex C5 4C CB

RGB Percentages of Color #c54ccb

%41.39
%15.97
%42.65

CMYK Percentages of Color #c54ccb

%3
%63
%0
%20

Triadic Colors of #c54ccb

#c54ccb #cbc54c #4ccbc5

Analogous Colors of #c54ccb

#c54ccb #cb4c92 #864ccb

Monochromatic Colors of #c54ccb

#c54ccb

Complementary Color

#c54ccb #52cb4c

#c54ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ccb Color CSS Codes

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

#c54ccb Text Font Color

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

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


#c54ccb Background Color

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

This div background color is #c54ccb


#c54ccb Border Color

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

This div border color is #c54ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ccb


Comments

No comments written yet.

Please login to write comment.