Color Hex Logo

#c54fce Color Hex

#C54FCE
(197,79,206)
0 Favorites   0 Comments

Color spaces of #c54fce

RGB 19779206
HSL0.820.560.56
HSV296°62°81°
CMYK 0.040.620.00   0.19
XYZ36.962521.918560.6751
Yxy21.91850.30920.1833
Hunter Lab46.817258.9969-44.0678
CIE-Lab53.940463.4918-43.9942

#c54fce color RGB value is (197,79,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 11001110
Octal 305 117 316
Decimal 197 79 206
Hex C5 4F CE

RGB Percentages of Color #c54fce

%40.87
%16.39
%42.74

CMYK Percentages of Color #c54fce

%4
%62
%0
%19

Triadic Colors of #c54fce

#c54fce #cec54f #4fcec5

Analogous Colors of #c54fce

#c54fce #ce4f98 #864fce

Monochromatic Colors of #c54fce

#c54fce

Complementary Color

#c54fce #58ce4f

#c54fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54fce Color CSS Codes

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

#c54fce Text Font Color

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

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


#c54fce Background Color

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

This div background color is #c54fce


#c54fce Border Color

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

This div border color is #c54fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54fce


Comments

No comments written yet.

Please login to write comment.