Color Hex Logo

#b288ef Color Hex

#B288EF
(178,136,239)
0 Favorites   0 Comments

Color spaces of #b288ef

RGB 178136239
HSL0.730.760.74
HSV264°43°94°
CMYK 0.260.430.00   0.06
XYZ42.744233.305385.8371
Yxy33.30530.26400.2057
Hunter Lab57.710731.2145-47.7885
CIE-Lab64.407436.4908-46.1239

#b288ef color RGB value is (178,136,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 11101111
Octal 262 210 357
Decimal 178 136 239
Hex B2 88 EF

RGB Percentages of Color #b288ef

%32.19
%24.59
%43.22

CMYK Percentages of Color #b288ef

%26
%43
%0
%6

Triadic Colors of #b288ef

#b288ef #efb288 #88efb2

Analogous Colors of #b288ef

#b288ef #e688ef #8892ef

Monochromatic Colors of #b288ef

#b288ef

Complementary Color

#b288ef #c5ef88

#b288ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b288ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b288ef Color CSS Codes

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

#b288ef Text Font Color

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

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


#b288ef Background Color

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

This div background color is #b288ef


#b288ef Border Color

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

This div border color is #b288ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b288ef


Comments

No comments written yet.

Please login to write comment.