Color Hex Logo

#a5a8df Color Hex

#A5A8DF
(165,168,223)
0 Favorites   0 Comments

Color spaces of #a5a8df

RGB 165168223
HSL0.660.480.76
HSV237°26°87°
CMYK 0.260.250.00   0.13
XYZ42.839041.332375.5321
Yxy41.33230.26820.2588
Hunter Lab64.29026.4335-24.6544
CIE-Lab70.408110.9085-28.0669

#a5a8df color RGB value is (165,168,223).

#a5a8df hex color red value is 165, green value is 168 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a5a8df hue: 0.66 , saturation: 0.48 and the lightness value of a5a8df is 0.76.

The process color (four color CMYK) of #a5a8df color hex is 0.26, 0.25, 0.00, 0.13. Web safe color of #a5a8df is #9999cc. Color #a5a8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101000 11011111
Octal 245 250 337
Decimal 165 168 223
Hex A5 A8 DF

RGB Percentages of Color #a5a8df

%29.68
%30.22
%40.11

CMYK Percentages of Color #a5a8df

%26
%25
%0
%13

Triadic Colors of #a5a8df

#a5a8df #dfa5a8 #a8dfa5

Analogous Colors of #a5a8df

#a5a8df #bfa5df #a5c5df

Monochromatic Colors of #a5a8df

#a5a8df

Complementary Color

#a5a8df #dfdca5

#a5a8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a8df Color CSS Codes

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

#a5a8df Text Font Color

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

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


#a5a8df Background Color

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

This div background color is #a5a8df


#a5a8df Border Color

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

This div border color is #a5a8df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,168,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a8df


Comments

No comments written yet.

Please login to write comment.