Color Hex Logo

#c593ad Color Hex

#C593AD
(197,147,173)
0 Favorites   0 Comments

Color spaces of #c593ad

RGB 197147173
HSL0.910.300.67
HSV329°25°77°
CMYK 0.000.250.12   0.23
XYZ41.002535.754944.2755
Yxy35.75490.33880.2954
Hunter Lab59.795417.7579-2.0445
CIE-Lab66.332222.9186-6.2193

#c593ad color RGB value is (197,147,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010011 10101101
Octal 305 223 255
Decimal 197 147 173
Hex C5 93 AD

RGB Percentages of Color #c593ad

%38.10
%28.43
%33.46

CMYK Percentages of Color #c593ad

%0
%25
%12
%23

Triadic Colors of #c593ad

#c593ad #adc593 #93adc5

Analogous Colors of #c593ad

#c593ad #c59394 #c493c5

Monochromatic Colors of #c593ad

#c593ad

Complementary Color

#c593ad #93c5ab

#c593ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c593ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c593ad Color CSS Codes

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

#c593ad Text Font Color

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

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


#c593ad Background Color

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

This div background color is #c593ad


#c593ad Border Color

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

This div border color is #c593ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,147,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 #c593ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c593ad


Comments

No comments written yet.

Please login to write comment.