Color Hex Logo

#c6aafa Color Hex

#C6AAFA
(198,170,250)
0 Favorites   0 Comments

Color spaces of #c6aafa

RGB 198170250
HSL0.730.890.82
HSV261°32°98°
CMYK 0.210.320.00   0.02
XYZ54.918747.657396.7467
Yxy47.65730.27550.2391
Hunter Lab69.034321.1918-34.7668
CIE-Lab74.608325.8982-36.0535

#c6aafa color RGB value is (198,170,250).

#c6aafa hex color red value is 198, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c6aafa hue: 0.73 , saturation: 0.89 and the lightness value of c6aafa is 0.82.

The process color (four color CMYK) of #c6aafa color hex is 0.21, 0.32, 0.00, 0.02. Web safe color of #c6aafa is #cc99ff. Color #c6aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 11111010
Octal 306 252 372
Decimal 198 170 250
Hex C6 AA FA

RGB Percentages of Color #c6aafa

%32.04
%27.51
%40.45

CMYK Percentages of Color #c6aafa

%21
%32
%0
%2

Triadic Colors of #c6aafa

#c6aafa #fac6aa #aafac6

Analogous Colors of #c6aafa

#c6aafa #eeaafa #aab6fa

Monochromatic Colors of #c6aafa

#c6aafa

Complementary Color

#c6aafa #defaaa

#c6aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aafa Color CSS Codes

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

#c6aafa Text Font Color

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

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


#c6aafa Background Color

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

This div background color is #c6aafa


#c6aafa Border Color

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

This div border color is #c6aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aafa


Comments

No comments written yet.

Please login to write comment.