Color Hex Logo

#c3aaea Color Hex

#C3AAEA
(195,170,234)
0 Favorites   0 Comments

Color spaces of #c3aaea

RGB 195170234
HSL0.730.600.79
HSV263°27°92°
CMYK 0.170.270.00   0.08
XYZ51.731746.292184.0506
Yxy46.29210.28410.2542
Hunter Lab68.038316.6523-25.6166
CIE-Lab73.734721.4469-28.7516

#c3aaea color RGB value is (195,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11101010
Octal 303 252 352
Decimal 195 170 234
Hex C3 AA EA

RGB Percentages of Color #c3aaea

%32.55
%28.38
%39.07

CMYK Percentages of Color #c3aaea

%17
%27
%0
%8

Triadic Colors of #c3aaea

#c3aaea #eac3aa #aaeac3

Analogous Colors of #c3aaea

#c3aaea #e3aaea #aab1ea

Monochromatic Colors of #c3aaea

#c3aaea

Complementary Color

#c3aaea #d1eaaa

#c3aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaea Color CSS Codes

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

#c3aaea Text Font Color

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

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


#c3aaea Background Color

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

This div background color is #c3aaea


#c3aaea Border Color

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

This div border color is #c3aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaea


Comments

No comments written yet.

Please login to write comment.