Color Hex Logo

#c599ba Color Hex

#C599BA
(197,153,186)
0 Favorites   0 Comments

Color spaces of #c599ba

RGB 197153186
HSL0.880.280.69
HSV315°22°77°
CMYK 0.000.220.06   0.23
XYZ43.280138.198051.5462
Yxy38.19800.32540.2872
Hunter Lab61.804516.8410-6.1859
CIE-Lab68.166321.8828-10.7604

#c599ba color RGB value is (197,153,186).

#c599ba hex color red value is 197, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c599ba hue: 0.88 , saturation: 0.28 and the lightness value of c599ba is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 10111010
Octal 305 231 272
Decimal 197 153 186
Hex C5 99 BA

RGB Percentages of Color #c599ba

%36.75
%28.54
%34.70

CMYK Percentages of Color #c599ba

%0
%22
%6
%23

Triadic Colors of #c599ba

#c599ba #bac599 #99bac5

Analogous Colors of #c599ba

#c599ba #c599a4 #ba99c5

Monochromatic Colors of #c599ba

#c599ba

Complementary Color

#c599ba #99c5a4

#c599ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c599ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c599ba Color CSS Codes

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

#c599ba Text Font Color

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

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


#c599ba Background Color

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

This div background color is #c599ba


#c599ba Border Color

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

This div border color is #c599ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c599ba


Comments

No comments written yet.

Please login to write comment.