Color Hex Logo

#a7abed Color Hex

#A7ABED
(167,171,237)
0 Favorites   0 Comments

Color spaces of #a7abed

RGB 167171237
HSL0.660.660.79
HSV237°30°93°
CMYK 0.300.280.00   0.07
XYZ45.785343.455786.0954
Yxy43.45570.26110.2478
Hunter Lab65.92098.6153-31.2905
CIE-Lab71.863213.2311-33.4542

#a7abed color RGB value is (167,171,237).

#a7abed hex color red value is 167, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a7abed hue: 0.66 , saturation: 0.66 and the lightness value of a7abed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11101101
Octal 247 253 355
Decimal 167 171 237
Hex A7 AB ED

RGB Percentages of Color #a7abed

%29.04
%29.74
%41.22

CMYK Percentages of Color #a7abed

%30
%28
%0
%7

Triadic Colors of #a7abed

#a7abed #eda7ab #abeda7

Analogous Colors of #a7abed

#a7abed #c6a7ed #a7ceed

Monochromatic Colors of #a7abed

#a7abed

Complementary Color

#a7abed #ede9a7

#a7abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abed Color CSS Codes

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

#a7abed Text Font Color

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

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


#a7abed Background Color

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

This div background color is #a7abed


#a7abed Border Color

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

This div border color is #a7abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abed


Comments

No comments written yet.

Please login to write comment.