Color Hex Logo

#c8aceb Color Hex

#C8ACEB
(200,172,235)
0 Favorites   0 Comments

Color spaces of #c8aceb

RGB 200172235
HSL0.740.610.80
HSV267°27°92°
CMYK 0.150.270.00   0.08
XYZ53.567347.782684.9969
Yxy47.78260.28750.2564
Hunter Lab69.125017.3571-24.5162
CIE-Lab74.687622.1119-27.7946

#c8aceb color RGB value is (200,172,235).

#c8aceb hex color red value is 200, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8aceb hue: 0.74 , saturation: 0.61 and the lightness value of c8aceb is 0.80.

The process color (four color CMYK) of #c8aceb color hex is 0.15, 0.27, 0.00, 0.08. Web safe color of #c8aceb is #cc99ff. Color #c8aceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11101011
Octal 310 254 353
Decimal 200 172 235
Hex C8 AC EB

RGB Percentages of Color #c8aceb

%32.95
%28.34
%38.71

CMYK Percentages of Color #c8aceb

%15
%27
%0
%8

Triadic Colors of #c8aceb

#c8aceb #ebc8ac #acebc8

Analogous Colors of #c8aceb

#c8aceb #e8aceb #acb0eb

Monochromatic Colors of #c8aceb

#c8aceb

Complementary Color

#c8aceb #cfebac

#c8aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8aceb Color CSS Codes

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

#c8aceb Text Font Color

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

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


#c8aceb Background Color

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

This div background color is #c8aceb


#c8aceb Border Color

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

This div border color is #c8aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8aceb


Comments

No comments written yet.

Please login to write comment.