Color Hex Logo

#c3aaff Color Hex

#C3AAFF
(195,170,255)
0 Favorites   0 Comments

Color spaces of #c3aaff

RGB 195170255
HSL0.721.000.83
HSV258°33°100°
CMYK 0.240.330.00   0.00
XYZ54.930447.5716100.8948
Yxy47.57160.27010.2339
Hunter Lab68.972221.4586-38.4509
CIE-Lab74.553926.1620-38.8568

#c3aaff color RGB value is (195,170,255).

#c3aaff hex color red value is 195, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c3aaff hue: 0.72 , saturation: 1.00 and the lightness value of c3aaff is 0.83.

The process color (four color CMYK) of #c3aaff color hex is 0.24, 0.33, 0.00, 0.00. Web safe color of #c3aaff is #cc99ff. Color #c3aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11111111
Octal 303 252 377
Decimal 195 170 255
Hex C3 AA FF

RGB Percentages of Color #c3aaff

%31.45
%27.42
%41.13

CMYK Percentages of Color #c3aaff

%24
%33
%0
%0

Triadic Colors of #c3aaff

#c3aaff #ffc3aa #aaffc3

Analogous Colors of #c3aaff

#c3aaff #eeaaff #aabcff

Monochromatic Colors of #c3aaff

#c3aaff

Complementary Color

#c3aaff #e6ffaa

#c3aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaff Color CSS Codes

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

#c3aaff Text Font Color

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

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


#c3aaff Background Color

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

This div background color is #c3aaff


#c3aaff Border Color

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

This div border color is #c3aaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,170,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c3aaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaff


Comments

No comments written yet.

Please login to write comment.