Color Hex Logo

#c8b0ba Color Hex

#C8B0BA
(200,176,186)
0 Favorites   0 Comments

Color spaces of #c8b0ba

RGB 200176186
HSL0.930.180.74
HSV335°12°78°
CMYK 0.000.120.07   0.22
XYZ48.207746.875252.9614
Yxy46.87520.32560.3166
Hunter Lab68.46555.87032.0621
CIE-Lab74.109910.3411-1.9265

#c8b0ba color RGB value is (200,176,186).

#c8b0ba hex color red value is 200, green value is 176 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c8b0ba hue: 0.93 , saturation: 0.18 and the lightness value of c8b0ba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10110000 10111010
Octal 310 260 272
Decimal 200 176 186
Hex C8 B0 BA

RGB Percentages of Color #c8b0ba

%35.59
%31.32
%33.10

CMYK Percentages of Color #c8b0ba

%0
%12
%7
%22

Triadic Colors of #c8b0ba

#c8b0ba #bac8b0 #b0bac8

Analogous Colors of #c8b0ba

#c8b0ba #c8b2b0 #c8b0c6

Monochromatic Colors of #c8b0ba

#c8b0ba

Complementary Color

#c8b0ba #b0c8be

#c8b0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8b0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8b0ba Color CSS Codes

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

#c8b0ba Text Font Color

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

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


#c8b0ba Background Color

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

This div background color is #c8b0ba


#c8b0ba Border Color

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

This div border color is #c8b0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8b0ba


Comments

No comments written yet.

Please login to write comment.