Color Hex Logo

#c1aafd Color Hex

#C1AAFD
(193,170,253)
0 Favorites   0 Comments

Color spaces of #c1aafd

RGB 193170253
HSL0.710.950.83
HSV257°33°99°
CMYK 0.240.330.00   0.01
XYZ54.096747.178899.1837
Yxy47.17880.26990.2354
Hunter Lab68.686820.3819-37.5339
CIE-Lab74.304025.1215-38.1792

#c1aafd color RGB value is (193,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101010 11111101
Octal 301 252 375
Decimal 193 170 253
Hex C1 AA FD

RGB Percentages of Color #c1aafd

%31.33
%27.60
%41.07

CMYK Percentages of Color #c1aafd

%24
%33
%0
%1

Triadic Colors of #c1aafd

#c1aafd #fdc1aa #aafdc1

Analogous Colors of #c1aafd

#c1aafd #ebaafd #aabdfd

Monochromatic Colors of #c1aafd

#c1aafd

Complementary Color

#c1aafd #e6fdaa

#c1aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1aafd Color CSS Codes

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

#c1aafd Text Font Color

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

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


#c1aafd Background Color

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

This div background color is #c1aafd


#c1aafd Border Color

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

This div border color is #c1aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.