Color Hex Logo

#c598ad Color Hex

#C598AD
(197,152,173)
0 Favorites   0 Comments

Color spaces of #c598ad

RGB 197152173
HSL0.920.280.68
HSV332°23°77°
CMYK 0.000.230.12   0.23
XYZ41.797037.343944.5403
Yxy37.34390.33790.3019
Hunter Lab61.109715.1462-0.4373
CIE-Lab67.534220.1621-4.4417

#c598ad color RGB value is (197,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 10101101
Octal 305 230 255
Decimal 197 152 173
Hex C5 98 AD

RGB Percentages of Color #c598ad

%37.74
%29.12
%33.14

CMYK Percentages of Color #c598ad

%0
%23
%12
%23

Triadic Colors of #c598ad

#c598ad #adc598 #98adc5

Analogous Colors of #c598ad

#c598ad #c59a98 #c598c4

Monochromatic Colors of #c598ad

#c598ad

Complementary Color

#c598ad #98c5b0

#c598ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598ad Color CSS Codes

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

#c598ad Text Font Color

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

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


#c598ad Background Color

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

This div background color is #c598ad


#c598ad Border Color

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

This div border color is #c598ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598ad


Comments

No comments written yet.

Please login to write comment.