Color Hex Logo

#afa3ea Color Hex

#AFA3EA
(175,163,234)
0 Favorites   0 Comments

Color spaces of #afa3ea

RGB 175163234
HSL0.690.630.78
HSV250°30°92°
CMYK 0.250.300.00   0.08
XYZ45.627741.248983.3989
Yxy41.24890.26800.2422
Hunter Lab64.225314.4178-32.0325
CIE-Lab70.350019.3034-34.1119

#afa3ea color RGB value is (175,163,234).

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

The process color (four color CMYK) of #afa3ea color hex is 0.25, 0.30, 0.00, 0.08. Web safe color of #afa3ea is #9999ff. Color #afa3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 11101010
Octal 257 243 352
Decimal 175 163 234
Hex AF A3 EA

RGB Percentages of Color #afa3ea

%30.59
%28.50
%40.91

CMYK Percentages of Color #afa3ea

%25
%30
%0
%8

Triadic Colors of #afa3ea

#afa3ea #eaafa3 #a3eaaf

Analogous Colors of #afa3ea

#afa3ea #d3a3ea #a3bbea

Monochromatic Colors of #afa3ea

#afa3ea

Complementary Color

#afa3ea #deeaa3

#afa3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3ea Color CSS Codes

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

#afa3ea Text Font Color

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

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


#afa3ea Background Color

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

This div background color is #afa3ea


#afa3ea Border Color

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

This div border color is #afa3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3ea


Comments

No comments written yet.

Please login to write comment.