Color Hex Logo

#c8acea Color Hex

#C8ACEA
(200,172,234)
0 Favorites   0 Comments

Color spaces of #c8acea

RGB 200172234
HSL0.740.600.80
HSV267°26°92°
CMYK 0.150.260.00   0.08
XYZ53.423247.724984.2380
Yxy47.72490.28820.2574
Hunter Lab69.083217.1414-23.9382
CIE-Lab74.651121.8986-27.3078

#c8acea color RGB value is (200,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101100 11101010
Octal 310 254 352
Decimal 200 172 234
Hex C8 AC EA

RGB Percentages of Color #c8acea

%33.00
%28.38
%38.61

CMYK Percentages of Color #c8acea

%15
%26
%0
%8

Triadic Colors of #c8acea

#c8acea #eac8ac #aceac8

Analogous Colors of #c8acea

#c8acea #e7acea #acafea

Monochromatic Colors of #c8acea

#c8acea

Complementary Color

#c8acea #ceeaac

#c8acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8acea Color CSS Codes

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

#c8acea Text Font Color

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

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


#c8acea Background Color

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

This div background color is #c8acea


#c8acea Border Color

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

This div border color is #c8acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8acea


Comments

No comments written yet.

Please login to write comment.