Color Hex Logo

#c198ba Color Hex

#C198BA
(193,152,186)
0 Favorites   0 Comments

Color spaces of #c198ba

RGB 193152186
HSL0.860.250.68
HSV310°21°76°
CMYK 0.000.210.04   0.24
XYZ42.083537.339151.4435
Yxy37.33910.32160.2853
Hunter Lab61.105715.9979-7.1409
CIE-Lab67.530721.0443-11.7527

#c198ba color RGB value is (193,152,186).

#c198ba hex color red value is 193, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c198ba hue: 0.86 , saturation: 0.25 and the lightness value of c198ba is 0.68.

The process color (four color CMYK) of #c198ba color hex is 0.00, 0.21, 0.04, 0.24. Web safe color of #c198ba is #cc99cc. Color #c198ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011000 10111010
Octal 301 230 272
Decimal 193 152 186
Hex C1 98 BA

RGB Percentages of Color #c198ba

%36.35
%28.63
%35.03

CMYK Percentages of Color #c198ba

%0
%21
%4
%24

Triadic Colors of #c198ba

#c198ba #bac198 #98bac1

Analogous Colors of #c198ba

#c198ba #c198a6 #b498c1

Monochromatic Colors of #c198ba

#c198ba

Complementary Color

#c198ba #98c19f

#c198ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c198ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c198ba Color CSS Codes

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

#c198ba Text Font Color

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

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


#c198ba Background Color

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

This div background color is #c198ba


#c198ba Border Color

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

This div border color is #c198ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c198ba


Comments

No comments written yet.

Please login to write comment.