Color Hex Logo

#c557da Color Hex

#C557DA
(197,87,218)
0 Favorites   0 Comments

Color spaces of #c557da

RGB 19787218
HSL0.810.640.60
HSV290°60°85°
CMYK 0.100.600.00   0.15
XYZ39.089023.748768.8534
Yxy23.74870.29680.1803
Hunter Lab48.732657.8948-49.6568
CIE-Lab55.835362.1930-47.8123

#c557da color RGB value is (197,87,218).

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

The process color (four color CMYK) of #c557da color hex is 0.10, 0.60, 0.00, 0.15. Web safe color of #c557da is #cc66cc. Color #c557da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 11011010
Octal 305 127 332
Decimal 197 87 218
Hex C5 57 DA

RGB Percentages of Color #c557da

%39.24
%17.33
%43.43

CMYK Percentages of Color #c557da

%10
%60
%0
%15

Triadic Colors of #c557da

#c557da #dac557 #57dac5

Analogous Colors of #c557da

#c557da #da57ae #8457da

Monochromatic Colors of #c557da

#c557da

Complementary Color

#c557da #6cda57

#c557da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c557da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c557da Color CSS Codes

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

#c557da Text Font Color

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

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


#c557da Background Color

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

This div background color is #c557da


#c557da Border Color

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

This div border color is #c557da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c557da


Comments

No comments written yet.

Please login to write comment.