Color Hex Logo

#c594ad Color Hex

#C594AD
(197,148,173)
0 Favorites   0 Comments

Color spaces of #c594ad

RGB 197148173
HSL0.910.300.68
HSV329°25°77°
CMYK 0.000.250.12   0.23
XYZ41.158736.067344.3275
Yxy36.06730.33860.2967
Hunter Lab60.056117.2347-1.7228
CIE-Lab66.571322.3672-5.8651

#c594ad color RGB value is (197,148,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 10101101
Octal 305 224 255
Decimal 197 148 173
Hex C5 94 AD

RGB Percentages of Color #c594ad

%38.03
%28.57
%33.40

CMYK Percentages of Color #c594ad

%0
%25
%12
%23

Triadic Colors of #c594ad

#c594ad #adc594 #94adc5

Analogous Colors of #c594ad

#c594ad #c59495 #c594c5

Monochromatic Colors of #c594ad

#c594ad

Complementary Color

#c594ad #94c5ac

#c594ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c594ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c594ad Color CSS Codes

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

#c594ad Text Font Color

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

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


#c594ad Background Color

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

This div background color is #c594ad


#c594ad Border Color

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

This div border color is #c594ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c594ad


Comments

No comments written yet.

Please login to write comment.