Color Hex Logo

#a7abda Color Hex

#A7ABDA
(167,171,218)
0 Favorites   0 Comments

Color spaces of #a7abda

RGB 167171218
HSL0.650.410.75
HSV235°23°85°
CMYK 0.230.220.00   0.15
XYZ43.154142.403372.2398
Yxy42.40330.27350.2687
Hunter Lab65.11784.3372-20.1921
CIE-Lab71.14818.6565-24.1804

#a7abda color RGB value is (167,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10101011 11011010
Octal 247 253 332
Decimal 167 171 218
Hex A7 AB DA

RGB Percentages of Color #a7abda

%30.04
%30.76
%39.21

CMYK Percentages of Color #a7abda

%23
%22
%0
%15

Triadic Colors of #a7abda

#a7abda #daa7ab #abdaa7

Analogous Colors of #a7abda

#a7abda #bda7da #a7c5da

Monochromatic Colors of #a7abda

#a7abda

Complementary Color

#a7abda #dad6a7

#a7abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7abda Color CSS Codes

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

#a7abda Text Font Color

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

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


#a7abda Background Color

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

This div background color is #a7abda


#a7abda Border Color

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

This div border color is #a7abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7abda


Comments

No comments written yet.

Please login to write comment.