Color Hex Logo

#c2acea Color Hex

#C2ACEA
(194,172,234)
1 Favorites   0 Comments

Color spaces of #c2acea

RGB 194172234
HSL0.730.600.80
HSV261°26°92°
CMYK 0.170.260.00   0.08
XYZ51.851946.914984.1645
Yxy46.91490.28350.2565
Hunter Lab68.494515.2634-24.9082
CIE-Lab74.135320.0360-28.1437

#c2acea color RGB value is (194,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101100 11101010
Octal 302 254 352
Decimal 194 172 234
Hex C2 AC EA

RGB Percentages of Color #c2acea

%32.33
%28.67
%39.00

CMYK Percentages of Color #c2acea

%17
%26
%0
%8

Triadic Colors of #c2acea

#c2acea #eac2ac #aceac2

Analogous Colors of #c2acea

#c2acea #e1acea #acb5ea

Monochromatic Colors of #c2acea

#c2acea

Complementary Color

#c2acea #d4eaac

#c2acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2acea Color CSS Codes

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

#c2acea Text Font Color

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

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


#c2acea Background Color

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

This div background color is #c2acea


#c2acea Border Color

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

This div border color is #c2acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2acea


Comments

No comments written yet.

Please login to write comment.