Color Hex Logo

#b98ce8 Color Hex

#B98CE8
(185,140,232)
0 Favorites   0 Comments

Color spaces of #b98ce8

RGB 185140232
HSL0.750.670.73
HSV269°40°91°
CMYK 0.200.400.00   0.09
XYZ43.951234.896780.7632
Yxy34.89670.27540.2186
Hunter Lab59.073429.4272-39.7079
CIE-Lab65.668234.6286-40.2356

#b98ce8 color RGB value is (185,140,232).

#b98ce8 hex color red value is 185, green value is 140 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #b98ce8 hue: 0.75 , saturation: 0.67 and the lightness value of b98ce8 is 0.73.

The process color (four color CMYK) of #b98ce8 color hex is 0.20, 0.40, 0.00, 0.09. Web safe color of #b98ce8 is #cc99ff. Color #b98ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11101000
Octal 271 214 350
Decimal 185 140 232
Hex B9 8C E8

RGB Percentages of Color #b98ce8

%33.21
%25.13
%41.65

CMYK Percentages of Color #b98ce8

%20
%40
%0
%9

Triadic Colors of #b98ce8

#b98ce8 #e8b98c #8ce8b9

Analogous Colors of #b98ce8

#b98ce8 #e78ce8 #8c8de8

Monochromatic Colors of #b98ce8

#b98ce8

Complementary Color

#b98ce8 #bbe88c

#b98ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ce8 Color CSS Codes

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

#b98ce8 Text Font Color

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

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


#b98ce8 Background Color

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

This div background color is #b98ce8


#b98ce8 Border Color

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

This div border color is #b98ce8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,140,232, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b98ce8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b98ce8;
  -webkit-box-shadow: 1px 1px 3px 2px #b98ce8;
  box-shadow:         1px 1px 3px 2px #b98ce8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,140,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ce8


Comments

No comments written yet.

Please login to write comment.