Color Hex Logo

#c557ed Color Hex

#C557ED
(197,87,237)
0 Favorites   0 Comments

Color spaces of #c557ed

RGB 19787237
HSL0.790.810.64
HSV284°63°93°
CMYK 0.170.630.00   0.07
XYZ41.720224.801182.7090
Yxy24.80110.27960.1662
Hunter Lab49.800762.3859-63.6083
CIE-Lab56.881165.8477-56.8281

#c557ed color RGB value is (197,87,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 11101101
Octal 305 127 355
Decimal 197 87 237
Hex C5 57 ED

RGB Percentages of Color #c557ed

%37.81
%16.70
%45.49

CMYK Percentages of Color #c557ed

%17
%63
%0
%7

Triadic Colors of #c557ed

#c557ed #edc557 #57edc5

Analogous Colors of #c557ed

#c557ed #ed57ca #7a57ed

Monochromatic Colors of #c557ed

#c557ed

Complementary Color

#c557ed #7fed57

#c557ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c557ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c557ed Color CSS Codes

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

#c557ed Text Font Color

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

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


#c557ed Background Color

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

This div background color is #c557ed


#c557ed Border Color

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

This div border color is #c557ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c557ed


Comments

No comments written yet.

Please login to write comment.