Color Hex Logo

#b898eb Color Hex

#B898EB
(184,152,235)
0 Favorites   0 Comments

Color spaces of #b898eb

RGB 184152235
HSL0.730.670.76
HSV263°35°92°
CMYK 0.220.350.00   0.08
XYZ45.990838.645083.6325
Yxy38.64500.27330.2297
Hunter Lab62.165123.2684-36.2490
CIE-Lab68.493328.3418-37.4837

#b898eb color RGB value is (184,152,235).

#b898eb hex color red value is 184, green value is 152 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b898eb hue: 0.73 , saturation: 0.67 and the lightness value of b898eb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011000 11101011
Octal 270 230 353
Decimal 184 152 235
Hex B8 98 EB

RGB Percentages of Color #b898eb

%32.22
%26.62
%41.16

CMYK Percentages of Color #b898eb

%22
%35
%0
%8

Triadic Colors of #b898eb

#b898eb #ebb898 #98ebb8

Analogous Colors of #b898eb

#b898eb #e298eb #98a2eb

Monochromatic Colors of #b898eb

#b898eb

Complementary Color

#b898eb #cbeb98

#b898eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b898eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b898eb Color CSS Codes

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

#b898eb Text Font Color

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

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


#b898eb Background Color

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

This div background color is #b898eb


#b898eb Border Color

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

This div border color is #b898eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b898eb


Comments

No comments written yet.

Please login to write comment.