Color Hex Logo

#a791bd Color Hex

#A791BD
(167,145,189)
0 Favorites   0 Comments

Color spaces of #a791bd

RGB 167145189
HSL0.750.250.65
HSV270°23°74°
CMYK 0.120.230.00   0.26
XYZ35.247132.140452.4901
Yxy32.14040.29400.2681
Hunter Lab56.692511.7659-15.2103
CIE-Lab63.458816.7291-19.8225

#a791bd color RGB value is (167,145,189).

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

The process color (four color CMYK) of #a791bd color hex is 0.12, 0.23, 0.00, 0.26. Web safe color of #a791bd is #9999cc. Color #a791bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 10111101
Octal 247 221 275
Decimal 167 145 189
Hex A7 91 BD

RGB Percentages of Color #a791bd

%33.33
%28.94
%37.72

CMYK Percentages of Color #a791bd

%12
%23
%0
%26

Triadic Colors of #a791bd

#a791bd #bda791 #91bda7

Analogous Colors of #a791bd

#a791bd #bd91bd #9191bd

Monochromatic Colors of #a791bd

#a791bd

Complementary Color

#a791bd #a7bd91

#a791bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791bd Color CSS Codes

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

#a791bd Text Font Color

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

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


#a791bd Background Color

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

This div background color is #a791bd


#a791bd Border Color

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

This div border color is #a791bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791bd


Comments

No comments written yet.

Please login to write comment.