Color Hex Logo

#a4abda Color Hex

#A4ABDA
(164,171,218)
0 Favorites   0 Comments

Color spaces of #a4abda

RGB 164171218
HSL0.650.420.75
HSV232°25°85°
CMYK 0.250.220.00   0.15
XYZ42.527642.080372.2105
Yxy42.08030.27120.2683
Hunter Lab64.86933.5013-20.5912
CIE-Lab70.92627.7440-24.5393

#a4abda color RGB value is (164,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 11011010
Octal 244 253 332
Decimal 164 171 218
Hex A4 AB DA

RGB Percentages of Color #a4abda

%29.66
%30.92
%39.42

CMYK Percentages of Color #a4abda

%25
%22
%0
%15

Triadic Colors of #a4abda

#a4abda #daa4ab #abdaa4

Analogous Colors of #a4abda

#a4abda #b8a4da #a4c6da

Monochromatic Colors of #a4abda

#a4abda

Complementary Color

#a4abda #dad3a4

#a4abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abda Color CSS Codes

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

#a4abda Text Font Color

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

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


#a4abda Background Color

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

This div background color is #a4abda


#a4abda Border Color

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

This div border color is #a4abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abda


Comments

No comments written yet.

Please login to write comment.