Color Hex Logo

#c1acea Color Hex

#C1ACEA
(193,172,234)
0 Favorites   0 Comments

Color spaces of #c1acea

RGB 193172234
HSL0.720.600.80
HSV260°26°92°
CMYK 0.180.260.00   0.08
XYZ51.596146.783084.1525
Yxy46.78300.28270.2563
Hunter Lab68.398114.9548-25.0678
CIE-Lab74.050819.7275-28.2808

#c1acea color RGB value is (193,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 11101010
Octal 301 254 352
Decimal 193 172 234
Hex C1 AC EA

RGB Percentages of Color #c1acea

%32.22
%28.71
%39.07

CMYK Percentages of Color #c1acea

%18
%26
%0
%8

Triadic Colors of #c1acea

#c1acea #eac1ac #aceac1

Analogous Colors of #c1acea

#c1acea #e0acea #acb6ea

Monochromatic Colors of #c1acea

#c1acea

Complementary Color

#c1acea #d5eaac

#c1acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acea Color CSS Codes

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

#c1acea Text Font Color

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

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


#c1acea Background Color

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

This div background color is #c1acea


#c1acea Border Color

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

This div border color is #c1acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acea

#c1acea Color Palettes


Comments

No comments written yet.

Please login to write comment.