Color Hex Logo

#b288ed Color Hex

#B288ED
(178,136,237)
0 Favorites   0 Comments

Color spaces of #b288ed

RGB 178136237
HSL0.740.740.73
HSV265°43°93°
CMYK 0.250.430.00   0.07
XYZ42.450333.187784.2893
Yxy33.18770.26540.2075
Hunter Lab57.608830.7164-46.4230
CIE-Lab64.312636.0192-45.1701

#b288ed color RGB value is (178,136,237).

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

The process color (four color CMYK) of #b288ed color hex is 0.25, 0.43, 0.00, 0.07. Web safe color of #b288ed is #9999ff. Color #b288ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 11101101
Octal 262 210 355
Decimal 178 136 237
Hex B2 88 ED

RGB Percentages of Color #b288ed

%32.30
%24.68
%43.01

CMYK Percentages of Color #b288ed

%25
%43
%0
%7

Triadic Colors of #b288ed

#b288ed #edb288 #88edb2

Analogous Colors of #b288ed

#b288ed #e588ed #8891ed

Monochromatic Colors of #b288ed

#b288ed

Complementary Color

#b288ed #c3ed88

#b288ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b288ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b288ed Color CSS Codes

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

#b288ed Text Font Color

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

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


#b288ed Background Color

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

This div background color is #b288ed


#b288ed Border Color

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

This div border color is #b288ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b288ed


Comments

No comments written yet.

Please login to write comment.