Color Hex Logo

#c54cfc Color Hex

#C54CFC
(197,76,252)
0 Favorites   0 Comments

Color spaces of #c54cfc

RGB 19776252
HSL0.780.970.64
HSV281°70°99°
CMYK 0.220.700.00   0.01
XYZ43.181124.067594.4651
Yxy24.06750.26700.1488
Hunter Lab49.058671.2619-79.8251
CIE-Lab56.155373.3607-66.3454

#c54cfc color RGB value is (197,76,252).

#c54cfc hex color red value is 197, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c54cfc hue: 0.78 , saturation: 0.97 and the lightness value of c54cfc is 0.64.

The process color (four color CMYK) of #c54cfc color hex is 0.22, 0.70, 0.00, 0.01. Web safe color of #c54cfc is #cc33ff. Color #c54cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001100 11111100
Octal 305 114 374
Decimal 197 76 252
Hex C5 4C FC

RGB Percentages of Color #c54cfc

%37.52
%14.48
%48.00

CMYK Percentages of Color #c54cfc

%22
%70
%0
%1

Triadic Colors of #c54cfc

#c54cfc #fcc54c #4cfcc5

Analogous Colors of #c54cfc

#c54cfc #fc4cdb #6d4cfc

Monochromatic Colors of #c54cfc

#c54cfc

Complementary Color

#c54cfc #83fc4c

#c54cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54cfc Color CSS Codes

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

#c54cfc Text Font Color

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

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


#c54cfc Background Color

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

This div background color is #c54cfc


#c54cfc Border Color

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

This div border color is #c54cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54cfc


Comments

No comments written yet.

Please login to write comment.