Color Hex Logo

#c598ac Color Hex

#C598AC
(197,152,172)
0 Favorites   0 Comments

Color spaces of #c598ac

RGB 197152172
HSL0.930.280.68
HSV333°23°77°
CMYK 0.000.230.13   0.23
XYZ41.700637.305344.0325
Yxy37.30530.33890.3032
Hunter Lab61.078114.98300.0112
CIE-Lab67.505519.9936-3.9249

#c598ac color RGB value is (197,152,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 10101100
Octal 305 230 254
Decimal 197 152 172
Hex C5 98 AC

RGB Percentages of Color #c598ac

%37.81
%29.17
%33.01

CMYK Percentages of Color #c598ac

%0
%23
%13
%23

Triadic Colors of #c598ac

#c598ac #acc598 #98acc5

Analogous Colors of #c598ac

#c598ac #c59b98 #c598c3

Monochromatic Colors of #c598ac

#c598ac

Complementary Color

#c598ac #98c5b1

#c598ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598ac Color CSS Codes

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

#c598ac Text Font Color

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

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


#c598ac Background Color

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

This div background color is #c598ac


#c598ac Border Color

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

This div border color is #c598ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598ac


Comments

No comments written yet.

Please login to write comment.