Color Hex Logo

#c54afd Color Hex

#C54AFD
(197,74,253)
0 Favorites   0 Comments

Color spaces of #c54afd

RGB 19774253
HSL0.780.980.64
HSV281°71°99°
CMYK 0.220.710.00   0.01
XYZ43.204423.859795.2568
Yxy23.85970.26620.1470
Hunter Lab48.846472.4012-81.4307
CIE-Lab55.947074.3275-67.2359

#c54afd color RGB value is (197,74,253).

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

The process color (four color CMYK) of #c54afd color hex is 0.22, 0.71, 0.00, 0.01. Web safe color of #c54afd is #cc33ff. Color #c54afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001010 11111101
Octal 305 112 375
Decimal 197 74 253
Hex C5 4A FD

RGB Percentages of Color #c54afd

%37.60
%14.12
%48.28

CMYK Percentages of Color #c54afd

%22
%71
%0
%1

Triadic Colors of #c54afd

#c54afd #fdc54a #4afdc5

Analogous Colors of #c54afd

#c54afd #fd4adc #6c4afd

Monochromatic Colors of #c54afd

#c54afd

Complementary Color

#c54afd #82fd4a

#c54afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54afd Color CSS Codes

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

#c54afd Text Font Color

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

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


#c54afd Background Color

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

This div background color is #c54afd


#c54afd Border Color

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

This div border color is #c54afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54afd


Comments

No comments written yet.

Please login to write comment.