Color Hex Logo

#c54ffd Color Hex

#C54FFD
(197,79,253)
0 Favorites   0 Comments

Color spaces of #c54ffd

RGB 19779253
HSL0.780.980.65
HSV281°69°99°
CMYK 0.220.690.00   0.01
XYZ43.551624.554195.3725
Yxy24.55410.26640.1502
Hunter Lab49.552170.1684-79.4285
CIE-Lab56.638472.3748-66.1214

#c54ffd color RGB value is (197,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001111 11111101
Octal 305 117 375
Decimal 197 79 253
Hex C5 4F FD

RGB Percentages of Color #c54ffd

%37.24
%14.93
%47.83

CMYK Percentages of Color #c54ffd

%22
%69
%0
%1

Triadic Colors of #c54ffd

#c54ffd #fdc54f #4ffdc5

Analogous Colors of #c54ffd

#c54ffd #fd4fde #6e4ffd

Monochromatic Colors of #c54ffd

#c54ffd

Complementary Color

#c54ffd #87fd4f

#c54ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ffd Color CSS Codes

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

#c54ffd Text Font Color

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

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


#c54ffd Background Color

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

This div background color is #c54ffd


#c54ffd Border Color

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

This div border color is #c54ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ffd


Comments

No comments written yet.

Please login to write comment.