Color Hex Logo

#c8acbe Color Hex

#C8ACBE
(200,172,190)
0 Favorites   0 Comments

Color spaces of #c8acbe

RGB 200172190
HSL0.890.200.73
HSV321°14°78°
CMYK 0.000.140.05   0.22
XYZ47.866245.502154.9752
Yxy45.50210.32270.3067
Hunter Lab67.45528.6168-1.1020
CIE-Lab73.221313.2274-5.4273

#c8acbe color RGB value is (200,172,190).

#c8acbe hex color red value is 200, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c8acbe hue: 0.89 , saturation: 0.20 and the lightness value of c8acbe is 0.73.

The process color (four color CMYK) of #c8acbe color hex is 0.00, 0.14, 0.05, 0.22. Web safe color of #c8acbe is #cc99cc. Color #c8acbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 10111110
Octal 310 254 276
Decimal 200 172 190
Hex C8 AC BE

RGB Percentages of Color #c8acbe

%35.59
%30.60
%33.81

CMYK Percentages of Color #c8acbe

%0
%14
%5
%22

Triadic Colors of #c8acbe

#c8acbe #bec8ac #acbec8

Analogous Colors of #c8acbe

#c8acbe #c8acb0 #c4acc8

Monochromatic Colors of #c8acbe

#c8acbe

Complementary Color

#c8acbe #acc8b6

#c8acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acbe Color CSS Codes

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

#c8acbe Text Font Color

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

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


#c8acbe Background Color

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

This div background color is #c8acbe


#c8acbe Border Color

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

This div border color is #c8acbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,172,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8acbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acbe


Comments

No comments written yet.

Please login to write comment.