Color Hex Logo

#a79bef Color Hex

#A79BEF
(167,155,239)
0 Favorites   0 Comments

Color spaces of #a79bef

RGB 167155239
HSL0.690.720.77
HSV249°35°94°
CMYK 0.300.350.00   0.06
XYZ43.237737.890286.6960
Yxy37.89020.25760.2258
Hunter Lab61.555017.6613-40.4174
CIE-Lab67.939622.7342-40.6480

#a79bef color RGB value is (167,155,239).

#a79bef hex color red value is 167, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a79bef hue: 0.69 , saturation: 0.72 and the lightness value of a79bef is 0.77.

The process color (four color CMYK) of #a79bef color hex is 0.30, 0.35, 0.00, 0.06. Web safe color of #a79bef is #9999ff. Color #a79bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011011 11101111
Octal 247 233 357
Decimal 167 155 239
Hex A7 9B EF

RGB Percentages of Color #a79bef

%29.77
%27.63
%42.60

CMYK Percentages of Color #a79bef

%30
%35
%0
%6

Triadic Colors of #a79bef

#a79bef #efa79b #9befa7

Analogous Colors of #a79bef

#a79bef #d19bef #9bb9ef

Monochromatic Colors of #a79bef

#a79bef

Complementary Color

#a79bef #e3ef9b

#a79bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79bef Color CSS Codes

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

#a79bef Text Font Color

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

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


#a79bef Background Color

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

This div background color is #a79bef


#a79bef Border Color

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

This div border color is #a79bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79bef


Comments

No comments written yet.

Please login to write comment.