Color Hex Logo

#c554ed Color Hex

#C554ED
(197,84,237)
0 Favorites   0 Comments

Color spaces of #c554ed

RGB 19784237
HSL0.790.810.63
HSV284°65°93°
CMYK 0.170.650.00   0.07
XYZ41.482324.325482.6297
Yxy24.32540.27950.1639
Hunter Lab49.320863.8199-64.8071
CIE-Lab56.412167.1455-57.5783

#c554ed color RGB value is (197,84,237).

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

The process color (four color CMYK) of #c554ed color hex is 0.17, 0.65, 0.00, 0.07. Web safe color of #c554ed is #cc66ff. Color #c554ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010100 11101101
Octal 305 124 355
Decimal 197 84 237
Hex C5 54 ED

RGB Percentages of Color #c554ed

%38.03
%16.22
%45.75

CMYK Percentages of Color #c554ed

%17
%65
%0
%7

Triadic Colors of #c554ed

#c554ed #edc554 #54edc5

Analogous Colors of #c554ed

#c554ed #ed54c9 #7954ed

Monochromatic Colors of #c554ed

#c554ed

Complementary Color

#c554ed #7ced54

#c554ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c554ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c554ed Color CSS Codes

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

#c554ed Text Font Color

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

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


#c554ed Background Color

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

This div background color is #c554ed


#c554ed Border Color

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

This div border color is #c554ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c554ed


Comments

No comments written yet.

Please login to write comment.