Color Hex Logo

#afa1ed Color Hex

#AFA1ED
(175,161,237)
0 Favorites   0 Comments

Color spaces of #afa1ed

RGB 175161237
HSL0.700.680.78
HSV251°32°93°
CMYK 0.260.320.00   0.07
XYZ45.710140.718185.5710
Yxy40.71810.26580.2367
Hunter Lab63.810716.1977-34.8411
CIE-Lab69.978021.1423-36.3283

#afa1ed color RGB value is (175,161,237).

#afa1ed hex color red value is 175, green value is 161 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afa1ed hue: 0.70 , saturation: 0.68 and the lightness value of afa1ed is 0.78.

The process color (four color CMYK) of #afa1ed color hex is 0.26, 0.32, 0.00, 0.07. Web safe color of #afa1ed is #9999ff. Color #afa1ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 11101101
Octal 257 241 355
Decimal 175 161 237
Hex AF A1 ED

RGB Percentages of Color #afa1ed

%30.54
%28.10
%41.36

CMYK Percentages of Color #afa1ed

%26
%32
%0
%7

Triadic Colors of #afa1ed

#afa1ed #edafa1 #a1edaf

Analogous Colors of #afa1ed

#afa1ed #d5a1ed #a1b9ed

Monochromatic Colors of #afa1ed

#afa1ed

Complementary Color

#afa1ed #dfeda1

#afa1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa1ed Color CSS Codes

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

#afa1ed Text Font Color

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

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


#afa1ed Background Color

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

This div background color is #afa1ed


#afa1ed Border Color

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

This div border color is #afa1ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,161,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afa1ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afa1ed;
  -webkit-box-shadow: 1px 1px 3px 2px #afa1ed;
  box-shadow:         1px 1px 3px 2px #afa1ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa1ed


Comments

No comments written yet.

Please login to write comment.