Color Hex Logo

#c54efd Color Hex

#C54EFD
(197,78,253)
0 Favorites   0 Comments

Color spaces of #c54efd

RGB 19778253
HSL0.780.980.65
HSV281°69°99°
CMYK 0.220.690.00   0.01
XYZ43.480024.410995.3486
Yxy24.41090.26640.1495
Hunter Lab49.407470.6225-79.8353
CIE-Lab56.496972.7733-66.3494

#c54efd color RGB value is (197,78,253).

#c54efd hex color red value is 197, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c54efd hue: 0.78 , saturation: 0.98 and the lightness value of c54efd is 0.65.

The process color (four color CMYK) of #c54efd color hex is 0.22, 0.69, 0.00, 0.01. Web safe color of #c54efd is #cc66ff. Color #c54efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 11111101
Octal 305 116 375
Decimal 197 78 253
Hex C5 4E FD

RGB Percentages of Color #c54efd

%37.31
%14.77
%47.92

CMYK Percentages of Color #c54efd

%22
%69
%0
%1

Triadic Colors of #c54efd

#c54efd #fdc54e #4efdc5

Analogous Colors of #c54efd

#c54efd #fd4ede #6e4efd

Monochromatic Colors of #c54efd

#c54efd

Complementary Color

#c54efd #86fd4e

#c54efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54efd Color CSS Codes

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

#c54efd Text Font Color

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

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


#c54efd Background Color

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

This div background color is #c54efd


#c54efd Border Color

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

This div border color is #c54efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54efd


Comments

No comments written yet.

Please login to write comment.