Color Hex Logo

#c54feb Color Hex

#C54FEB
(197,79,235)
0 Favorites   0 Comments

Color spaces of #c54feb

RGB 19779235
HSL0.790.800.62
HSV285°66°92°
CMYK 0.160.660.00   0.08
XYZ40.817323.460480.9743
Yxy23.46040.28100.1615
Hunter Lab48.435965.6603-65.2148
CIE-Lab55.543468.8523-57.8496

#c54feb color RGB value is (197,79,235).

#c54feb hex color red value is 197, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c54feb hue: 0.79 , saturation: 0.80 and the lightness value of c54feb is 0.62.

The process color (four color CMYK) of #c54feb color hex is 0.16, 0.66, 0.00, 0.08. Web safe color of #c54feb is #cc66ff. Color #c54feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 11101011
Octal 305 117 353
Decimal 197 79 235
Hex C5 4F EB

RGB Percentages of Color #c54feb

%38.55
%15.46
%45.99

CMYK Percentages of Color #c54feb

%16
%66
%0
%8

Triadic Colors of #c54feb

#c54feb #ebc54f #4febc5

Analogous Colors of #c54feb

#c54feb #eb4fc3 #774feb

Monochromatic Colors of #c54feb

#c54feb

Complementary Color

#c54feb #75eb4f

#c54feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54feb Color CSS Codes

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

#c54feb Text Font Color

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

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


#c54feb Background Color

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

This div background color is #c54feb


#c54feb Border Color

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

This div border color is #c54feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54feb


Comments

No comments written yet.

Please login to write comment.