Color Hex Logo

#b891eb Color Hex

#B891EB
(184,145,235)
0 Favorites   0 Comments

Color spaces of #b891eb

RGB 184145235
HSL0.740.690.75
HSV266°38°92°
CMYK 0.220.380.00   0.08
XYZ44.888036.439383.2649
Yxy36.43930.27270.2214
Hunter Lab60.365027.0957-39.5266
CIE-Lab66.854232.2440-40.0410

#b891eb color RGB value is (184,145,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010001 11101011
Octal 270 221 353
Decimal 184 145 235
Hex B8 91 EB

RGB Percentages of Color #b891eb

%32.62
%25.71
%41.67

CMYK Percentages of Color #b891eb

%22
%38
%0
%8

Triadic Colors of #b891eb

#b891eb #ebb891 #91ebb8

Analogous Colors of #b891eb

#b891eb #e591eb #9197eb

Monochromatic Colors of #b891eb

#b891eb

Complementary Color

#b891eb #c4eb91

#b891eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b891eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b891eb Color CSS Codes

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

#b891eb Text Font Color

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

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


#b891eb Background Color

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

This div background color is #b891eb


#b891eb Border Color

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

This div border color is #b891eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b891eb


Comments

No comments written yet.

Please login to write comment.