Color Hex Logo

#b98dea Color Hex

#B98DEA
(185,141,234)
0 Favorites   0 Comments

Color spaces of #b98dea

RGB 185141234
HSL0.750.690.74
HSV268°40°92°
CMYK 0.210.400.00   0.08
XYZ44.383735.304682.3171
Yxy35.30460.27400.2179
Hunter Lab59.417729.3547-40.5478
CIE-Lab65.985134.5265-40.8428

#b98dea color RGB value is (185,141,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11101010
Octal 271 215 352
Decimal 185 141 234
Hex B9 8D EA

RGB Percentages of Color #b98dea

%33.04
%25.18
%41.79

CMYK Percentages of Color #b98dea

%21
%40
%0
%8

Triadic Colors of #b98dea

#b98dea #eab98d #8deab9

Analogous Colors of #b98dea

#b98dea #e88dea #8d90ea

Monochromatic Colors of #b98dea

#b98dea

Complementary Color

#b98dea #beea8d

#b98dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dea Color CSS Codes

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

#b98dea Text Font Color

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

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


#b98dea Background Color

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

This div background color is #b98dea


#b98dea Border Color

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

This div border color is #b98dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dea


Comments

No comments written yet.

Please login to write comment.