Color Hex Logo

#c594aa Color Hex

#C594AA
(197,148,170)
0 Favorites   0 Comments

Color spaces of #c594aa

RGB 197148170
HSL0.930.300.68
HSV333°25°77°
CMYK 0.000.250.14   0.23
XYZ40.871635.952442.8156
Yxy35.95240.34160.3005
Hunter Lab59.960316.7429-0.3647
CIE-Lab66.483521.8639-4.3116

#c594aa color RGB value is (197,148,170).

#c594aa hex color red value is 197, green value is 148 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c594aa hue: 0.93 , saturation: 0.30 and the lightness value of c594aa is 0.68.

The process color (four color CMYK) of #c594aa color hex is 0.00, 0.25, 0.14, 0.23. Web safe color of #c594aa is #cc9999. Color #c594aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 10101010
Octal 305 224 252
Decimal 197 148 170
Hex C5 94 AA

RGB Percentages of Color #c594aa

%38.25
%28.74
%33.01

CMYK Percentages of Color #c594aa

%0
%25
%14
%23

Triadic Colors of #c594aa

#c594aa #aac594 #94aac5

Analogous Colors of #c594aa

#c594aa #c59794 #c594c3

Monochromatic Colors of #c594aa

#c594aa

Complementary Color

#c594aa #94c5af

#c594aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594aa Color CSS Codes

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

#c594aa Text Font Color

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

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


#c594aa Background Color

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

This div background color is #c594aa


#c594aa Border Color

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

This div border color is #c594aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594aa


Comments

No comments written yet.

Please login to write comment.