Color Hex Logo

#b98cea Color Hex

#B98CEA
(185,140,234)
0 Favorites   0 Comments

Color spaces of #b98cea

RGB 185140234
HSL0.750.690.73
HSV269°40°92°
CMYK 0.210.400.00   0.08
XYZ44.236935.011082.2682
Yxy35.01100.27390.2168
Hunter Lab59.170129.9030-41.0158
CIE-Lab65.757235.0807-41.1997

#b98cea color RGB value is (185,140,234).

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

The process color (four color CMYK) of #b98cea color hex is 0.21, 0.40, 0.00, 0.08. Web safe color of #b98cea is #cc99ff. Color #b98cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11101010
Octal 271 214 352
Decimal 185 140 234
Hex B9 8C EA

RGB Percentages of Color #b98cea

%33.09
%25.04
%41.86

CMYK Percentages of Color #b98cea

%21
%40
%0
%8

Triadic Colors of #b98cea

#b98cea #eab98c #8ceab9

Analogous Colors of #b98cea

#b98cea #e88cea #8c8eea

Monochromatic Colors of #b98cea

#b98cea

Complementary Color

#b98cea #bdea8c

#b98cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cea Color CSS Codes

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

#b98cea Text Font Color

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

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


#b98cea Background Color

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

This div background color is #b98cea


#b98cea Border Color

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

This div border color is #b98cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cea


Comments

No comments written yet.

Please login to write comment.