Color Hex Logo

#b79aed Color Hex

#B79AED
(183,154,237)
0 Favorites   0 Comments

Color spaces of #b79aed

RGB 183154237
HSL0.720.700.77
HSV261°35°93°
CMYK 0.230.350.00   0.07
XYZ46.370139.292985.2611
Yxy39.29290.27130.2299
Hunter Lab62.684022.3471-36.7658
CIE-Lab68.962927.3940-37.8554

#b79aed color RGB value is (183,154,237).

#b79aed hex color red value is 183, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b79aed hue: 0.72 , saturation: 0.70 and the lightness value of b79aed is 0.77.

The process color (four color CMYK) of #b79aed color hex is 0.23, 0.35, 0.00, 0.07. Web safe color of #b79aed is #cc99ff. Color #b79aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11101101
Octal 267 232 355
Decimal 183 154 237
Hex B7 9A ED

RGB Percentages of Color #b79aed

%31.88
%26.83
%41.29

CMYK Percentages of Color #b79aed

%23
%35
%0
%7

Triadic Colors of #b79aed

#b79aed #edb79a #9aedb7

Analogous Colors of #b79aed

#b79aed #e19aed #9aa7ed

Monochromatic Colors of #b79aed

#b79aed

Complementary Color

#b79aed #d0ed9a

#b79aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79aed Color CSS Codes

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

#b79aed Text Font Color

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

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


#b79aed Background Color

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

This div background color is #b79aed


#b79aed Border Color

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

This div border color is #b79aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,154,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b79aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b79aed;
  -webkit-box-shadow: 1px 1px 3px 2px #b79aed;
  box-shadow:         1px 1px 3px 2px #b79aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,154,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79aed


Comments

No comments written yet.

Please login to write comment.