Color Hex Logo

#c899ba Color Hex

#C899BA
(200,153,186)
0 Favorites   0 Comments

Color spaces of #c899ba

RGB 200153186
HSL0.880.300.69
HSV318°24°78°
CMYK 0.000.240.07   0.22
XYZ44.073638.607051.5833
Yxy38.60700.32830.2875
Hunter Lab62.134517.8791-5.7276
CIE-Lab68.465622.9291-10.2817

#c899ba color RGB value is (200,153,186).

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

The process color (four color CMYK) of #c899ba color hex is 0.00, 0.24, 0.07, 0.22. Web safe color of #c899ba is #cc99cc. Color #c899ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011001 10111010
Octal 310 231 272
Decimal 200 153 186
Hex C8 99 BA

RGB Percentages of Color #c899ba

%37.11
%28.39
%34.51

CMYK Percentages of Color #c899ba

%0
%24
%7
%22

Triadic Colors of #c899ba

#c899ba #bac899 #99bac8

Analogous Colors of #c899ba

#c899ba #c899a3 #bf99c8

Monochromatic Colors of #c899ba

#c899ba

Complementary Color

#c899ba #99c8a7

#c899ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c899ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c899ba Color CSS Codes

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

#c899ba Text Font Color

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

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


#c899ba Background Color

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

This div background color is #c899ba


#c899ba Border Color

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

This div border color is #c899ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c899ba


Comments

No comments written yet.

Please login to write comment.