Color Hex Logo

#c6acea Color Hex

#C6ACEA
(198,172,234)
0 Favorites   0 Comments

Color spaces of #c6acea

RGB 198172234
HSL0.740.600.80
HSV265°26°92°
CMYK 0.150.260.00   0.08
XYZ52.892547.451384.2132
Yxy47.45130.28660.2571
Hunter Lab68.884916.5106-24.2638
CIE-Lab74.477521.2758-27.5891

#c6acea color RGB value is (198,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101100 11101010
Octal 306 254 352
Decimal 198 172 234
Hex C6 AC EA

RGB Percentages of Color #c6acea

%32.78
%28.48
%38.74

CMYK Percentages of Color #c6acea

%15
%26
%0
%8

Triadic Colors of #c6acea

#c6acea #eac6ac #aceac6

Analogous Colors of #c6acea

#c6acea #e5acea #acb1ea

Monochromatic Colors of #c6acea

#c6acea

Complementary Color

#c6acea #d0eaac

#c6acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6acea Color CSS Codes

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

#c6acea Text Font Color

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

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


#c6acea Background Color

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

This div background color is #c6acea


#c6acea Border Color

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

This div border color is #c6acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6acea


Comments

No comments written yet.

Please login to write comment.