Color Hex Logo

#afa5ed Color Hex

#AFA5ED
(175,165,237)
0 Favorites   0 Comments

Color spaces of #afa5ed

RGB 175165237
HSL0.690.670.79
HSV248°30°93°
CMYK 0.260.300.00   0.07
XYZ46.420442.138785.8077
Yxy42.13870.26620.2417
Hunter Lab64.914314.0457-32.9331
CIE-Lab70.966418.9003-34.7941

#afa5ed color RGB value is (175,165,237).

#afa5ed hex color red value is 175, green value is 165 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #afa5ed hue: 0.69 , saturation: 0.67 and the lightness value of afa5ed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 11101101
Octal 257 245 355
Decimal 175 165 237
Hex AF A5 ED

RGB Percentages of Color #afa5ed

%30.33
%28.60
%41.07

CMYK Percentages of Color #afa5ed

%26
%30
%0
%7

Triadic Colors of #afa5ed

#afa5ed #edafa5 #a5edaf

Analogous Colors of #afa5ed

#afa5ed #d3a5ed #a5bfed

Monochromatic Colors of #afa5ed

#afa5ed

Complementary Color

#afa5ed #e3eda5

#afa5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa5ed Color CSS Codes

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

#afa5ed Text Font Color

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

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


#afa5ed Background Color

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

This div background color is #afa5ed


#afa5ed Border Color

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

This div border color is #afa5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa5ed


Comments

No comments written yet.

Please login to write comment.