Color Hex Logo

#b08fef Color Hex

#B08FEF
(176,143,239)
0 Favorites   0 Comments

Color spaces of #b08fef

RGB 176143239
HSL0.720.750.75
HSV261°40°94°
CMYK 0.260.400.00   0.06
XYZ43.306935.107086.1552
Yxy35.10700.26320.2133
Hunter Lab59.251226.7768-44.7359
CIE-Lab65.831932.0242-43.8958

#b08fef color RGB value is (176,143,239).

#b08fef hex color red value is 176, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b08fef hue: 0.72 , saturation: 0.75 and the lightness value of b08fef is 0.75.

The process color (four color CMYK) of #b08fef color hex is 0.26, 0.40, 0.00, 0.06. Web safe color of #b08fef is #9999ff. Color #b08fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 11101111
Octal 260 217 357
Decimal 176 143 239
Hex B0 8F EF

RGB Percentages of Color #b08fef

%31.54
%25.63
%42.83

CMYK Percentages of Color #b08fef

%26
%40
%0
%6

Triadic Colors of #b08fef

#b08fef #efb08f #8fefb0

Analogous Colors of #b08fef

#b08fef #e08fef #8f9eef

Monochromatic Colors of #b08fef

#b08fef

Complementary Color

#b08fef #ceef8f

#b08fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08fef Color CSS Codes

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

#b08fef Text Font Color

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

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


#b08fef Background Color

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

This div background color is #b08fef


#b08fef Border Color

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

This div border color is #b08fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08fef


Comments

No comments written yet.

Please login to write comment.