Color Hex Logo

#a7b4d8 Color Hex

#A7B4D8
(167,180,216)
0 Favorites   0 Comments

Color spaces of #a7b4d8

RGB 167180216
HSL0.620.390.75
HSV224°23°85°
CMYK 0.230.170.00   0.15
XYZ44.652345.815971.4557
Yxy45.81590.27580.2829
Hunter Lab67.6874-0.6995-15.2095
CIE-Lab73.42593.2351-19.6197

#a7b4d8 color RGB value is (167,180,216).

#a7b4d8 hex color red value is 167, green value is 180 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #a7b4d8 hue: 0.62 , saturation: 0.39 and the lightness value of a7b4d8 is 0.75.

The process color (four color CMYK) of #a7b4d8 color hex is 0.23, 0.17, 0.00, 0.15. Web safe color of #a7b4d8 is #99cccc. Color #a7b4d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110100 11011000
Octal 247 264 330
Decimal 167 180 216
Hex A7 B4 D8

RGB Percentages of Color #a7b4d8

%29.66
%31.97
%38.37

CMYK Percentages of Color #a7b4d8

%23
%17
%0
%15

Triadic Colors of #a7b4d8

#a7b4d8 #d8a7b4 #b4d8a7

Analogous Colors of #a7b4d8

#a7b4d8 #b3a7d8 #a7cdd8

Monochromatic Colors of #a7b4d8

#a7b4d8

Complementary Color

#a7b4d8 #d8cba7

#a7b4d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b4d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b4d8 Color CSS Codes

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

#a7b4d8 Text Font Color

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

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


#a7b4d8 Background Color

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

This div background color is #a7b4d8


#a7b4d8 Border Color

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

This div border color is #a7b4d8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,180,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b4d8


Comments

No comments written yet.

Please login to write comment.