Color Hex Logo

#c1aafa Color Hex

#C1AAFA
(193,170,250)
0 Favorites   0 Comments

Color spaces of #c1aafa

RGB 193170250
HSL0.710.890.82
HSV257°32°98°
CMYK 0.230.320.00   0.02
XYZ53.622446.989096.6861
Yxy46.98900.27180.2382
Hunter Lab68.548519.6725-35.6432
CIE-Lab74.182724.4296-36.7470

#c1aafa color RGB value is (193,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101010 11111010
Octal 301 252 372
Decimal 193 170 250
Hex C1 AA FA

RGB Percentages of Color #c1aafa

%31.48
%27.73
%40.78

CMYK Percentages of Color #c1aafa

%23
%32
%0
%2

Triadic Colors of #c1aafa

#c1aafa #fac1aa #aafac1

Analogous Colors of #c1aafa

#c1aafa #e9aafa #aabbfa

Monochromatic Colors of #c1aafa

#c1aafa

Complementary Color

#c1aafa #e3faaa

#c1aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aafa Color CSS Codes

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

#c1aafa Text Font Color

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

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


#c1aafa Background Color

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

This div background color is #c1aafa


#c1aafa Border Color

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

This div border color is #c1aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aafa

Related Colors


Comments

No comments written yet.

Please login to write comment.