Color Hex Logo

#b88feb Color Hex

#B88FEB
(184,143,235)
0 Favorites   0 Comments

Color spaces of #b88feb

RGB 184143235
HSL0.740.700.74
HSV267°39°92°
CMYK 0.220.390.00   0.08
XYZ44.585035.833483.1639
Yxy35.83340.27260.2191
Hunter Lab59.861028.1916-40.4679
CIE-Lab66.392433.3564-40.7632

#b88feb color RGB value is (184,143,235).

#b88feb hex color red value is 184, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b88feb hue: 0.74 , saturation: 0.70 and the lightness value of b88feb is 0.74.

The process color (four color CMYK) of #b88feb color hex is 0.22, 0.39, 0.00, 0.08. Web safe color of #b88feb is #cc99ff. Color #b88feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11101011
Octal 270 217 353
Decimal 184 143 235
Hex B8 8F EB

RGB Percentages of Color #b88feb

%32.74
%25.44
%41.81

CMYK Percentages of Color #b88feb

%22
%39
%0
%8

Triadic Colors of #b88feb

#b88feb #ebb88f #8febb8

Analogous Colors of #b88feb

#b88feb #e68feb #8f94eb

Monochromatic Colors of #b88feb

#b88feb

Complementary Color

#b88feb #c2eb8f

#b88feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88feb Color CSS Codes

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

#b88feb Text Font Color

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

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


#b88feb Background Color

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

This div background color is #b88feb


#b88feb Border Color

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

This div border color is #b88feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88feb


Comments

No comments written yet.

Please login to write comment.