Color Hex Logo

#b38efb Color Hex

#B38EFB
(179,142,251)
0 Favorites   0 Comments

Color spaces of #b38efb

RGB 179142251
HSL0.720.930.77
HSV260°43°98°
CMYK 0.290.430.00   0.02
XYZ45.676035.894795.7878
Yxy35.89470.25750.2024
Hunter Lab59.912231.2389-52.8545
CIE-Lab66.439436.2974-49.5004

#b38efb color RGB value is (179,142,251).

#b38efb hex color red value is 179, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b38efb hue: 0.72 , saturation: 0.93 and the lightness value of b38efb is 0.77.

The process color (four color CMYK) of #b38efb color hex is 0.29, 0.43, 0.00, 0.02. Web safe color of #b38efb is #cc99ff. Color #b38efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001110 11111011
Octal 263 216 373
Decimal 179 142 251
Hex B3 8E FB

RGB Percentages of Color #b38efb

%31.29
%24.83
%43.88

CMYK Percentages of Color #b38efb

%29
%43
%0
%2

Triadic Colors of #b38efb

#b38efb #fbb38e #8efbb3

Analogous Colors of #b38efb

#b38efb #ea8efb #8ea0fb

Monochromatic Colors of #b38efb

#b38efb

Complementary Color

#b38efb #d6fb8e

#b38efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38efb Color CSS Codes

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

#b38efb Text Font Color

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

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


#b38efb Background Color

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

This div background color is #b38efb


#b38efb Border Color

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

This div border color is #b38efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,142,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38efb;
  -webkit-box-shadow: 1px 1px 3px 2px #b38efb;
  box-shadow:         1px 1px 3px 2px #b38efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,142,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38efb


Comments

No comments written yet.

Please login to write comment.