Color Hex Logo

#a7aefa Color Hex

#A7AEFA
(167,174,250)
0 Favorites   0 Comments

Color spaces of #a7aefa

RGB 167174250
HSL0.650.890.82
HSV235°33°98°
CMYK 0.330.300.00   0.02
XYZ48.327745.389796.6564
Yxy45.38970.25390.2384
Hunter Lab67.371910.1422-37.9013
CIE-Lab73.147814.8187-38.5118

#a7aefa color RGB value is (167,174,250).

#a7aefa hex color red value is 167, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a7aefa hue: 0.65 , saturation: 0.89 and the lightness value of a7aefa is 0.82.

The process color (four color CMYK) of #a7aefa color hex is 0.33, 0.30, 0.00, 0.02. Web safe color of #a7aefa is #9999ff. Color #a7aefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101110 11111010
Octal 247 256 372
Decimal 167 174 250
Hex A7 AE FA

RGB Percentages of Color #a7aefa

%28.26
%29.44
%42.30

CMYK Percentages of Color #a7aefa

%33
%30
%0
%2

Triadic Colors of #a7aefa

#a7aefa #faa7ae #aefaa7

Analogous Colors of #a7aefa

#a7aefa #caa7fa #a7d8fa

Monochromatic Colors of #a7aefa

#a7aefa

Complementary Color

#a7aefa #faf3a7

#a7aefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7aefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7aefa Color CSS Codes

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

#a7aefa Text Font Color

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

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


#a7aefa Background Color

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

This div background color is #a7aefa


#a7aefa Border Color

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

This div border color is #a7aefa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,174,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7aefa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7aefa;
  -webkit-box-shadow: 1px 1px 3px 2px #a7aefa;
  box-shadow:         1px 1px 3px 2px #a7aefa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,174,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7aefa


Comments

No comments written yet.

Please login to write comment.