Color Hex Logo

#c57add Color Hex

#C57ADD
(197,122,221)
0 Favorites   0 Comments

Color spaces of #c57add

RGB 197122221
HSL0.790.590.67
HSV285°45°87°
CMYK 0.110.450.00   0.13
XYZ43.036631.009872.1238
Yxy31.00980.29440.2121
Hunter Lab55.686440.5003-37.8105
CIE-Lab62.515945.5151-38.9701

#c57add color RGB value is (197,122,221).

#c57add hex color red value is 197, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c57add hue: 0.79 , saturation: 0.59 and the lightness value of c57add is 0.67.

The process color (four color CMYK) of #c57add color hex is 0.11, 0.45, 0.00, 0.13. Web safe color of #c57add is #cc66cc. Color #c57add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111010 11011101
Octal 305 172 335
Decimal 197 122 221
Hex C5 7A DD

RGB Percentages of Color #c57add

%36.48
%22.59
%40.93

CMYK Percentages of Color #c57add

%11
%45
%0
%13

Triadic Colors of #c57add

#c57add #ddc57a #7addc5

Analogous Colors of #c57add

#c57add #dd7ac4 #947add

Monochromatic Colors of #c57add

#c57add

Complementary Color

#c57add #92dd7a

#c57add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57add Color CSS Codes

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

#c57add Text Font Color

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

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


#c57add Background Color

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

This div background color is #c57add


#c57add Border Color

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

This div border color is #c57add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57add


Comments

No comments written yet.

Please login to write comment.