Color Hex Logo

#b09fe7 Color Hex

#B09FE7
(176,159,231)
0 Favorites   0 Comments

Color spaces of #b09fe7

RGB 176159231
HSL0.710.600.76
HSV254°31°91°
CMYK 0.240.310.00   0.09
XYZ44.726439.795980.9253
Yxy39.79590.27030.2405
Hunter Lab63.084016.1591-31.8995
CIE-Lab69.323921.1310-34.0536

#b09fe7 color RGB value is (176,159,231).

#b09fe7 hex color red value is 176, green value is 159 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #b09fe7 hue: 0.71 , saturation: 0.60 and the lightness value of b09fe7 is 0.76.

The process color (four color CMYK) of #b09fe7 color hex is 0.24, 0.31, 0.00, 0.09. Web safe color of #b09fe7 is #9999ff. Color #b09fe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011111 11100111
Octal 260 237 347
Decimal 176 159 231
Hex B0 9F E7

RGB Percentages of Color #b09fe7

%31.10
%28.09
%40.81

CMYK Percentages of Color #b09fe7

%24
%31
%0
%9

Triadic Colors of #b09fe7

#b09fe7 #e7b09f #9fe7b0

Analogous Colors of #b09fe7

#b09fe7 #d49fe7 #9fb2e7

Monochromatic Colors of #b09fe7

#b09fe7

Complementary Color

#b09fe7 #d6e79f

#b09fe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09fe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09fe7 Color CSS Codes

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

#b09fe7 Text Font Color

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

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


#b09fe7 Background Color

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

This div background color is #b09fe7


#b09fe7 Border Color

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

This div border color is #b09fe7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,159,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09fe7


Comments

No comments written yet.

Please login to write comment.