Color Hex Logo

#c54dff Color Hex

#C54DFF
(197,77,255)
0 Favorites   0 Comments

Color spaces of #c54dff

RGB 19777255
HSL0.781.000.65
HSV280°70°100°
CMYK 0.230.700.00   0.00
XYZ43.729824.398197.0122
Yxy24.39810.26480.1477
Hunter Lab49.394471.5891-81.8713
CIE-Lab56.484273.5643-67.4776

#c54dff color RGB value is (197,77,255).

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

The process color (four color CMYK) of #c54dff color hex is 0.23, 0.70, 0.00, 0.00. Web safe color of #c54dff is #cc66ff. Color #c54dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001101 11111111
Octal 305 115 377
Decimal 197 77 255
Hex C5 4D FF

RGB Percentages of Color #c54dff

%37.24
%14.56
%48.20

CMYK Percentages of Color #c54dff

%23
%70
%0
%0

Triadic Colors of #c54dff

#c54dff #ffc54d #4dffc5

Analogous Colors of #c54dff

#c54dff #ff4de0 #6c4dff

Monochromatic Colors of #c54dff

#c54dff

Complementary Color

#c54dff #87ff4d

#c54dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54dff Color CSS Codes

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

#c54dff Text Font Color

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

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


#c54dff Background Color

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

This div background color is #c54dff


#c54dff Border Color

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

This div border color is #c54dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54dff


Comments

No comments written yet.

Please login to write comment.