Color Hex Logo

#b09bfd Color Hex

#B09BFD
(176,155,253)
0 Favorites   0 Comments

Color spaces of #b09bfd

RGB 176155253
HSL0.700.960.80
HSV253°39°99°
CMYK 0.300.390.00   0.01
XYZ47.355539.764698.1079
Yxy39.76460.25570.2147
Hunter Lab63.059223.6944-48.1024
CIE-Lab69.301528.7030-46.1006

#b09bfd color RGB value is (176,155,253).

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

The process color (four color CMYK) of #b09bfd color hex is 0.30, 0.39, 0.00, 0.01. Web safe color of #b09bfd is #9999ff. Color #b09bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011011 11111101
Octal 260 233 375
Decimal 176 155 253
Hex B0 9B FD

RGB Percentages of Color #b09bfd

%30.14
%26.54
%43.32

CMYK Percentages of Color #b09bfd

%30
%39
%0
%1

Triadic Colors of #b09bfd

#b09bfd #fdb09b #9bfdb0

Analogous Colors of #b09bfd

#b09bfd #e19bfd #9bb7fd

Monochromatic Colors of #b09bfd

#b09bfd

Complementary Color

#b09bfd #e8fd9b

#b09bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09bfd Color CSS Codes

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

#b09bfd Text Font Color

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

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


#b09bfd Background Color

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

This div background color is #b09bfd


#b09bfd Border Color

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

This div border color is #b09bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,155,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 #b09bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09bfd


Comments

No comments written yet.

Please login to write comment.