Color Hex Logo

#c54aed Color Hex

#C54AED
(197,74,237)
0 Favorites   0 Comments

Color spaces of #c54aed

RGB 19774237
HSL0.790.820.61
HSV285°69°93°
CMYK 0.170.690.00   0.07
XYZ40.760822.882382.3892
Yxy22.88230.27910.1567
Hunter Lab47.835468.3886-68.6331
CIE-Lab54.950971.2322-59.9205

#c54aed color RGB value is (197,74,237).

#c54aed hex color red value is 197, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c54aed hue: 0.79 , saturation: 0.82 and the lightness value of c54aed is 0.61.

The process color (four color CMYK) of #c54aed color hex is 0.17, 0.69, 0.00, 0.07. Web safe color of #c54aed is #cc33ff. Color #c54aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01001010 11101101
Octal 305 112 355
Decimal 197 74 237
Hex C5 4A ED

RGB Percentages of Color #c54aed

%38.78
%14.57
%46.65

CMYK Percentages of Color #c54aed

%17
%69
%0
%7

Triadic Colors of #c54aed

#c54aed #edc54a #4aedc5

Analogous Colors of #c54aed

#c54aed #ed4ac4 #744aed

Monochromatic Colors of #c54aed

#c54aed

Complementary Color

#c54aed #72ed4a

#c54aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54aed Color CSS Codes

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

#c54aed Text Font Color

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

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


#c54aed Background Color

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

This div background color is #c54aed


#c54aed Border Color

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

This div border color is #c54aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54aed


Comments

No comments written yet.

Please login to write comment.