Color Hex Logo

#c098bb Color Hex

#C098BB
(192,152,187)
0 Favorites   0 Comments

Color spaces of #c098bb

RGB 192152187
HSL0.850.240.67
HSV308°21°75°
CMYK 0.000.210.03   0.25
XYZ41.936137.250851.9936
Yxy37.25080.31970.2840
Hunter Lab61.033415.8389-7.7850
CIE-Lab67.464820.8828-12.4196

#c098bb color RGB value is (192,152,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011000 10111011
Octal 300 230 273
Decimal 192 152 187
Hex C0 98 BB

RGB Percentages of Color #c098bb

%36.16
%28.63
%35.22

CMYK Percentages of Color #c098bb

%0
%21
%3
%25

Triadic Colors of #c098bb

#c098bb #bbc098 #98bbc0

Analogous Colors of #c098bb

#c098bb #c098a7 #b198c0

Monochromatic Colors of #c098bb

#c098bb

Complementary Color

#c098bb #98c09d

#c098bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c098bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c098bb Color CSS Codes

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

#c098bb Text Font Color

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

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


#c098bb Background Color

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

This div background color is #c098bb


#c098bb Border Color

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

This div border color is #c098bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c098bb


Comments

No comments written yet.

Please login to write comment.