color codes Logo

#b98dda color codes

#B98DDA
(185,141,218)
0 Favorites   0 Comments

Color spaces of #b98dda

RGB 185141218
HSL0.760.510.70
HSV274°35°85°
CMYK 0.150.350.00   0.15
XYZ42.187334.426070.7510
Yxy34.42600.28630.2336
Hunter Lab58.673725.6654-30.4226
CIE-Lab65.299330.9752-33.0579

#b98dda color RGB value is (185,141,218).

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

The process color (four color CMYK) of #b98dda color code is 0.15, 0.35, 0.00, 0.15. Web safe color of #b98dda is #cc99cc. Color #b98dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001101 11011010
Octal 271 215 332
Decimal 185 141 218
Hex B9 8D DA

RGB Percentages of Color #b98dda

%34.01
%25.92
%40.07

CMYK Percentages of Color #b98dda

%15
%35
%0
%15

Triadic Colors of #b98dda

#b98dda #dab98d #8ddab9

Analogous Colors of #b98dda

#b98dda #da8dd5 #938dda

Monochromatic Colors of #b98dda

#b98dda

Complementary Color

#b98dda #aeda8d

#b98dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98dda Color CSS Codes

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

#b98dda Text Font Color

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

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


#b98dda Background Color

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

This div background color is #b98dda


#b98dda Border Color

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

This div border color is #b98dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98dda


Comments

No comments written yet.

Please login to write comment.