Color Hex Logo

#c54def Color Hex

#C54DEF
(197,77,239)
0 Favorites   0 Comments

Color spaces of #c54def

RGB 19777239
HSL0.790.840.62
HSV284°68°94°
CMYK 0.180.680.00   0.06
XYZ41.259823.410184.0053
Yxy23.41010.27750.1575
Hunter Lab48.384067.5452-69.0718
CIE-Lab55.492370.4311-60.1711

#c54def color RGB value is (197,77,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001101 11101111
Octal 305 115 357
Decimal 197 77 239
Hex C5 4D EF

RGB Percentages of Color #c54def

%38.40
%15.01
%46.59

CMYK Percentages of Color #c54def

%18
%68
%0
%6

Triadic Colors of #c54def

#c54def #efc54d #4defc5

Analogous Colors of #c54def

#c54def #ef4dc8 #744def

Monochromatic Colors of #c54def

#c54def

Complementary Color

#c54def #77ef4d

#c54def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54def Color CSS Codes

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

#c54def Text Font Color

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

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


#c54def Background Color

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

This div background color is #c54def


#c54def Border Color

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

This div border color is #c54def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54def


Comments

No comments written yet.

Please login to write comment.