Color Hex Logo

#a791b5 Color Hex

#A791B5
(167,145,181)
0 Favorites   0 Comments

Color spaces of #a791b5

RGB 167145181
HSL0.770.200.64
HSV277°20°71°
CMYK 0.080.200.00   0.29
XYZ34.402231.802548.0414
Yxy31.80250.30110.2784
Hunter Lab56.393710.2025-11.0331
CIE-Lab63.179315.0400-15.7425

#a791b5 color RGB value is (167,145,181).

#a791b5 hex color red value is 167, green value is 145 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a791b5 hue: 0.77 , saturation: 0.20 and the lightness value of a791b5 is 0.64.

The process color (four color CMYK) of #a791b5 color hex is 0.08, 0.20, 0.00, 0.29. Web safe color of #a791b5 is #9999cc. Color #a791b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 10110101
Octal 247 221 265
Decimal 167 145 181
Hex A7 91 B5

RGB Percentages of Color #a791b5

%33.87
%29.41
%36.71

CMYK Percentages of Color #a791b5

%8
%20
%0
%29

Triadic Colors of #a791b5

#a791b5 #b5a791 #91b5a7

Analogous Colors of #a791b5

#a791b5 #b591b1 #9591b5

Monochromatic Colors of #a791b5

#a791b5

Complementary Color

#a791b5 #9fb591

#a791b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a791b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a791b5 Color CSS Codes

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

#a791b5 Text Font Color

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

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


#a791b5 Background Color

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

This div background color is #a791b5


#a791b5 Border Color

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

This div border color is #a791b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a791b5


Comments

No comments written yet.

Please login to write comment.