Color Hex Logo

#b98fda Color Hex

#B98FDA
(185,143,218)
0 Favorites   0 Comments

Color spaces of #b98fda

RGB 185143218
HSL0.760.500.71
HSV274°34°85°
CMYK 0.150.340.00   0.15
XYZ42.484935.021270.8502
Yxy35.02120.28640.2361
Hunter Lab59.178724.5839-29.5583
CIE-Lab65.765229.8620-32.3356

#b98fda color RGB value is (185,143,218).

#b98fda hex color red value is 185, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b98fda hue: 0.76 , saturation: 0.50 and the lightness value of b98fda is 0.71.

The process color (four color CMYK) of #b98fda color hex is 0.15, 0.34, 0.00, 0.15. Web safe color of #b98fda is #cc99cc. Color #b98fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11011010
Octal 271 217 332
Decimal 185 143 218
Hex B9 8F DA

RGB Percentages of Color #b98fda

%33.88
%26.19
%39.93

CMYK Percentages of Color #b98fda

%15
%34
%0
%15

Triadic Colors of #b98fda

#b98fda #dab98f #8fdab9

Analogous Colors of #b98fda

#b98fda #da8fd6 #948fda

Monochromatic Colors of #b98fda

#b98fda

Complementary Color

#b98fda #b0da8f

#b98fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98fda Color CSS Codes

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

#b98fda Text Font Color

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

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


#b98fda Background Color

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

This div background color is #b98fda


#b98fda Border Color

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

This div border color is #b98fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98fda


Comments

No comments written yet.

Please login to write comment.