Color Hex Logo

#c598bc Color Hex

#C598BC
(197,152,188)
0 Favorites   0 Comments

Color spaces of #c598bc

RGB 197152188
HSL0.870.280.68
HSV312°23°77°
CMYK 0.000.230.05   0.23
XYZ43.331337.957652.6197
Yxy37.95760.32360.2835
Hunter Lab61.609717.7254-7.5116
CIE-Lab67.989422.7970-12.1401

#c598bc color RGB value is (197,152,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011000 10111100
Octal 305 230 274
Decimal 197 152 188
Hex C5 98 BC

RGB Percentages of Color #c598bc

%36.69
%28.31
%35.01

CMYK Percentages of Color #c598bc

%0
%23
%5
%23

Triadic Colors of #c598bc

#c598bc #bcc598 #98bcc5

Analogous Colors of #c598bc

#c598bc #c598a6 #b898c5

Monochromatic Colors of #c598bc

#c598bc

Complementary Color

#c598bc #98c5a1

#c598bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c598bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c598bc Color CSS Codes

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

#c598bc Text Font Color

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

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


#c598bc Background Color

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

This div background color is #c598bc


#c598bc Border Color

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

This div border color is #c598bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c598bc


Comments

No comments written yet.

Please login to write comment.