Color Hex Logo

#c54eef Color Hex

#C54EEF
(197,78,239)
0 Favorites   0 Comments

Color spaces of #c54eef

RGB 19778239
HSL0.790.830.62
HSV284°67°94°
CMYK 0.180.670.00   0.06
XYZ41.330323.551184.0288
Yxy23.55110.27760.1582
Hunter Lab48.529567.0936-68.6900
CIE-Lab55.635570.0292-59.9412

#c54eef color RGB value is (197,78,239).

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

The process color (four color CMYK) of #c54eef color hex is 0.18, 0.67, 0.00, 0.06. Web safe color of #c54eef is #cc66ff. Color #c54eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 11101111
Octal 305 116 357
Decimal 197 78 239
Hex C5 4E EF

RGB Percentages of Color #c54eef

%38.33
%15.18
%46.50

CMYK Percentages of Color #c54eef

%18
%67
%0
%6

Triadic Colors of #c54eef

#c54eef #efc54e #4eefc5

Analogous Colors of #c54eef

#c54eef #ef4ec9 #754eef

Monochromatic Colors of #c54eef

#c54eef

Complementary Color

#c54eef #78ef4e

#c54eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54eef Color CSS Codes

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

#c54eef Text Font Color

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

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


#c54eef Background Color

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

This div background color is #c54eef


#c54eef Border Color

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

This div border color is #c54eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54eef


Comments

No comments written yet.

Please login to write comment.