Color Hex Logo

#b79afd Color Hex

#B79AFD
(183,154,253)
0 Favorites   0 Comments

Color spaces of #b79afd

RGB 183154253
HSL0.720.960.80
HSV258°39°99°
CMYK 0.280.390.00   0.01
XYZ48.813740.270398.1287
Yxy40.27030.26070.2151
Hunter Lab63.458926.2523-47.2610
CIE-Lab69.661631.1784-45.4934

#b79afd color RGB value is (183,154,253).

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

The process color (four color CMYK) of #b79afd color hex is 0.28, 0.39, 0.00, 0.01. Web safe color of #b79afd is #cc99ff. Color #b79afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10011010 11111101
Octal 267 232 375
Decimal 183 154 253
Hex B7 9A FD

RGB Percentages of Color #b79afd

%31.02
%26.10
%42.88

CMYK Percentages of Color #b79afd

%28
%39
%0
%1

Triadic Colors of #b79afd

#b79afd #fdb79a #9afdb7

Analogous Colors of #b79afd

#b79afd #e99afd #9aaffd

Monochromatic Colors of #b79afd

#b79afd

Complementary Color

#b79afd #e0fd9a

#b79afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b79afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b79afd Color CSS Codes

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

#b79afd Text Font Color

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

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


#b79afd Background Color

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

This div background color is #b79afd


#b79afd Border Color

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

This div border color is #b79afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b79afd


Comments

No comments written yet.

Please login to write comment.