Color Hex Logo

#c54ecf Color Hex

#C54ECF
(197,78,207)
0 Favorites   0 Comments

Color spaces of #c54ecf

RGB 19778207
HSL0.820.570.56
HSV295°62°81°
CMYK 0.050.620.00   0.19
XYZ37.012821.824161.2932
Yxy21.82410.30810.1817
Hunter Lab46.716359.6702-45.0889
CIE-Lab53.839964.0907-44.7246

#c54ecf color RGB value is (197,78,207).

#c54ecf hex color red value is 197, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c54ecf hue: 0.82 , saturation: 0.57 and the lightness value of c54ecf is 0.56.

The process color (four color CMYK) of #c54ecf color hex is 0.05, 0.62, 0.00, 0.19. Web safe color of #c54ecf is #cc66cc. Color #c54ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001110 11001111
Octal 305 116 317
Decimal 197 78 207
Hex C5 4E CF

RGB Percentages of Color #c54ecf

%40.87
%16.18
%42.95

CMYK Percentages of Color #c54ecf

%5
%62
%0
%19

Triadic Colors of #c54ecf

#c54ecf #cfc54e #4ecfc5

Analogous Colors of #c54ecf

#c54ecf #cf4e99 #854ecf

Monochromatic Colors of #c54ecf

#c54ecf

Complementary Color

#c54ecf #58cf4e

#c54ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54ecf Color CSS Codes

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

#c54ecf Text Font Color

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

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


#c54ecf Background Color

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

This div background color is #c54ecf


#c54ecf Border Color

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

This div border color is #c54ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54ecf


Comments

No comments written yet.

Please login to write comment.