Color Hex Logo

#a4afda Color Hex

#A4AFDA
(164,175,218)
0 Favorites   0 Comments

Color spaces of #a4afda

RGB 164175218
HSL0.630.420.75
HSV228°25°85°
CMYK 0.250.200.00   0.15
XYZ43.294743.614472.4662
Yxy43.61440.27170.2737
Hunter Lab66.04121.4473-18.8294
CIE-Lab71.97005.5307-22.9454

#a4afda color RGB value is (164,175,218).

#a4afda hex color red value is 164, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a4afda hue: 0.63 , saturation: 0.42 and the lightness value of a4afda is 0.75.

The process color (four color CMYK) of #a4afda color hex is 0.25, 0.20, 0.00, 0.15. Web safe color of #a4afda is #9999cc. Color #a4afda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 11011010
Octal 244 257 332
Decimal 164 175 218
Hex A4 AF DA

RGB Percentages of Color #a4afda

%29.44
%31.42
%39.14

CMYK Percentages of Color #a4afda

%25
%20
%0
%15

Triadic Colors of #a4afda

#a4afda #daa4af #afdaa4

Analogous Colors of #a4afda

#a4afda #b4a4da #a4cada

Monochromatic Colors of #a4afda

#a4afda

Complementary Color

#a4afda #dacfa4

#a4afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afda Color CSS Codes

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

#a4afda Text Font Color

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

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


#a4afda Background Color

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

This div background color is #a4afda


#a4afda Border Color

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

This div border color is #a4afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afda


Comments

No comments written yet.

Please login to write comment.