Color Hex Logo

#b388eb Color Hex

#B388EB
(179,136,235)
1 Favorites   0 Comments

Color spaces of #b388eb

RGB 179136235
HSL0.740.710.73
HSV266°42°92°
CMYK 0.240.420.00   0.08
XYZ42.390033.190282.7694
Yxy33.19020.26770.2096
Hunter Lab57.610930.5208-44.8540
CIE-Lab64.314635.8295-44.0561

#b388eb color RGB value is (179,136,235).

#b388eb hex color red value is 179, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b388eb hue: 0.74 , saturation: 0.71 and the lightness value of b388eb is 0.73.

The process color (four color CMYK) of #b388eb color hex is 0.24, 0.42, 0.00, 0.08. Web safe color of #b388eb is #cc99ff. Color #b388eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001000 11101011
Octal 263 210 353
Decimal 179 136 235
Hex B3 88 EB

RGB Percentages of Color #b388eb

%32.55
%24.73
%42.73

CMYK Percentages of Color #b388eb

%24
%42
%0
%8

Triadic Colors of #b388eb

#b388eb #ebb388 #88ebb3

Analogous Colors of #b388eb

#b388eb #e588eb #888feb

Monochromatic Colors of #b388eb

#b388eb

Complementary Color

#b388eb #c0eb88

#b388eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b388eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b388eb Color CSS Codes

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

#b388eb Text Font Color

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

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


#b388eb Background Color

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

This div background color is #b388eb


#b388eb Border Color

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

This div border color is #b388eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b388eb


Comments

No comments written yet.

Please login to write comment.