Color Hex Logo

#c098ba Color Hex

#C098BA
(192,152,186)
0 Favorites   0 Comments

Color spaces of #c098ba

RGB 192152186
HSL0.860.240.67
HSV309°21°75°
CMYK 0.000.210.03   0.25
XYZ41.829437.208151.4316
Yxy37.20810.32060.2852
Hunter Lab60.998415.6583-7.2922
CIE-Lab67.432920.6973-11.9093

#c098ba color RGB value is (192,152,186).

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

The process color (four color CMYK) of #c098ba color hex is 0.00, 0.21, 0.03, 0.25. Web safe color of #c098ba is #cc99cc. Color #c098ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 10111010
Octal 300 230 272
Decimal 192 152 186
Hex C0 98 BA

RGB Percentages of Color #c098ba

%36.23
%28.68
%35.09

CMYK Percentages of Color #c098ba

%0
%21
%3
%25

Triadic Colors of #c098ba

#c098ba #bac098 #98bac0

Analogous Colors of #c098ba

#c098ba #c098a6 #b298c0

Monochromatic Colors of #c098ba

#c098ba

Complementary Color

#c098ba #98c09e

#c098ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098ba Color CSS Codes

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

#c098ba Text Font Color

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

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


#c098ba Background Color

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

This div background color is #c098ba


#c098ba Border Color

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

This div border color is #c098ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098ba


Comments

No comments written yet.

Please login to write comment.