Color Hex Logo

#c598bb Color Hex

#C598BB
(197,152,187)
0 Favorites   0 Comments

Color spaces of #c598bb

RGB 197152187
HSL0.870.280.68
HSV313°23°77°
CMYK 0.000.230.05   0.23
XYZ43.223837.914652.0538
Yxy37.91460.32450.2847
Hunter Lab61.574817.5460-7.0199
CIE-Lab67.957622.6153-11.6301

#c598bb color RGB value is (197,152,187).

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

The process color (four color CMYK) of #c598bb color hex is 0.00, 0.23, 0.05, 0.23. Web safe color of #c598bb is #cc99cc. Color #c598bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 10111011
Octal 305 230 273
Decimal 197 152 187
Hex C5 98 BB

RGB Percentages of Color #c598bb

%36.75
%28.36
%34.89

CMYK Percentages of Color #c598bb

%0
%23
%5
%23

Triadic Colors of #c598bb

#c598bb #bbc598 #98bbc5

Analogous Colors of #c598bb

#c598bb #c598a5 #b998c5

Monochromatic Colors of #c598bb

#c598bb

Complementary Color

#c598bb #98c5a2

#c598bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598bb Color CSS Codes

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

#c598bb Text Font Color

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

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


#c598bb Background Color

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

This div background color is #c598bb


#c598bb Border Color

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

This div border color is #c598bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598bb


Comments

No comments written yet.

Please login to write comment.