Color Hex Logo

#c5acea Color Hex

#C5ACEA
(197,172,234)
0 Favorites   0 Comments

Color spaces of #c5acea

RGB 197172234
HSL0.730.600.80
HSV264°26°92°
CMYK 0.160.260.00   0.08
XYZ52.629847.315984.2009
Yxy47.31590.28580.2569
Hunter Lab68.786616.1970-24.4257
CIE-Lab74.391420.9651-27.7286

#c5acea color RGB value is (197,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101100 11101010
Octal 305 254 352
Decimal 197 172 234
Hex C5 AC EA

RGB Percentages of Color #c5acea

%32.67
%28.52
%38.81

CMYK Percentages of Color #c5acea

%16
%26
%0
%8

Triadic Colors of #c5acea

#c5acea #eac5ac #aceac5

Analogous Colors of #c5acea

#c5acea #e4acea #acb2ea

Monochromatic Colors of #c5acea

#c5acea

Complementary Color

#c5acea #d1eaac

#c5acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5acea Color CSS Codes

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

#c5acea Text Font Color

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

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


#c5acea Background Color

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

This div background color is #c5acea


#c5acea Border Color

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

This div border color is #c5acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5acea


Comments

No comments written yet.

Please login to write comment.