Color Hex Logo

#c57aca Color Hex

#C57ACA
(197,122,202)
0 Favorites   0 Comments

Color spaces of #c57aca

RGB 197122202
HSL0.820.430.64
HSV296°40°79°
CMYK 0.020.400.00   0.21
XYZ40.646230.053759.5358
Yxy30.05370.31210.2308
Hunter Lab54.821336.4083-26.0140
CIE-Lab61.700541.7853-29.5781

#c57aca color RGB value is (197,122,202).

#c57aca hex color red value is 197, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c57aca hue: 0.82 , saturation: 0.43 and the lightness value of c57aca is 0.64.

The process color (four color CMYK) of #c57aca color hex is 0.02, 0.40, 0.00, 0.21. Web safe color of #c57aca is #cc66cc. Color #c57aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111010 11001010
Octal 305 172 312
Decimal 197 122 202
Hex C5 7A CA

RGB Percentages of Color #c57aca

%37.81
%23.42
%38.77

CMYK Percentages of Color #c57aca

%2
%40
%0
%21

Triadic Colors of #c57aca

#c57aca #cac57a #7acac5

Analogous Colors of #c57aca

#c57aca #ca7aa7 #9d7aca

Monochromatic Colors of #c57aca

#c57aca

Complementary Color

#c57aca #7fca7a

#c57aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57aca Color CSS Codes

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

#c57aca Text Font Color

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

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


#c57aca Background Color

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

This div background color is #c57aca


#c57aca Border Color

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

This div border color is #c57aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57aca


Comments

No comments written yet.

Please login to write comment.