Color Hex Logo

#c54ebc Color Hex

#C54EBC
(197,78,188)
0 Favorites   0 Comments

Color spaces of #c54ebc

RGB 19778188
HSL0.850.510.54
HSV305°60°77°
CMYK 0.000.600.05   0.23
XYZ34.827420.949949.7851
Yxy20.94990.32990.1985
Hunter Lab45.771155.7221-32.4499
CIE-Lab52.894660.8326-35.2950

#c54ebc color RGB value is (197,78,188).

#c54ebc hex color red value is 197, green value is 78 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c54ebc hue: 0.85 , saturation: 0.51 and the lightness value of c54ebc is 0.54.

The process color (four color CMYK) of #c54ebc color hex is 0.00, 0.60, 0.05, 0.23. Web safe color of #c54ebc is #cc66cc. Color #c54ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 10111100
Octal 305 116 274
Decimal 197 78 188
Hex C5 4E BC

RGB Percentages of Color #c54ebc

%42.55
%16.85
%40.60

CMYK Percentages of Color #c54ebc

%0
%60
%5
%23

Triadic Colors of #c54ebc

#c54ebc #bcc54e #4ebcc5

Analogous Colors of #c54ebc

#c54ebc #c54e81 #934ec5

Monochromatic Colors of #c54ebc

#c54ebc

Complementary Color

#c54ebc #4ec557

#c54ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ebc Color CSS Codes

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

#c54ebc Text Font Color

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

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


#c54ebc Background Color

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

This div background color is #c54ebc


#c54ebc Border Color

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

This div border color is #c54ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ebc


Comments

No comments written yet.

Please login to write comment.