Color Hex Logo

#afa3ed Color Hex

#AFA3ED
(175,163,237)
0 Favorites   0 Comments

Color spaces of #afa3ed

RGB 175163237
HSL0.690.670.78
HSV250°31°93°
CMYK 0.260.310.00   0.07
XYZ46.062541.422885.6884
Yxy41.42280.26600.2392
Hunter Lab64.360515.1205-33.8852
CIE-Lab70.471120.0207-35.5624

#afa3ed color RGB value is (175,163,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 11101101
Octal 257 243 355
Decimal 175 163 237
Hex AF A3 ED

RGB Percentages of Color #afa3ed

%30.43
%28.35
%41.22

CMYK Percentages of Color #afa3ed

%26
%31
%0
%7

Triadic Colors of #afa3ed

#afa3ed #edafa3 #a3edaf

Analogous Colors of #afa3ed

#afa3ed #d4a3ed #a3bced

Monochromatic Colors of #afa3ed

#afa3ed

Complementary Color

#afa3ed #e1eda3

#afa3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3ed Color CSS Codes

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

#afa3ed Text Font Color

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

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


#afa3ed Background Color

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

This div background color is #afa3ed


#afa3ed Border Color

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

This div border color is #afa3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3ed


Comments

No comments written yet.

Please login to write comment.