Color Hex Logo

#b98cda Color Hex

#B98CDA
(185,140,218)
0 Favorites   0 Comments

Color spaces of #b98cda

RGB 185140218
HSL0.760.510.70
HSV275°36°85°
CMYK 0.150.360.00   0.15
XYZ42.040634.132470.7021
Yxy34.13240.28620.2324
Hunter Lab58.422926.2068-30.8553
CIE-Lab65.067531.5317-33.4176

#b98cda color RGB value is (185,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11011010
Octal 271 214 332
Decimal 185 140 218
Hex B9 8C DA

RGB Percentages of Color #b98cda

%34.07
%25.78
%40.15

CMYK Percentages of Color #b98cda

%15
%36
%0
%15

Triadic Colors of #b98cda

#b98cda #dab98c #8cdab9

Analogous Colors of #b98cda

#b98cda #da8cd4 #928cda

Monochromatic Colors of #b98cda

#b98cda

Complementary Color

#b98cda #adda8c

#b98cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cda Color CSS Codes

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

#b98cda Text Font Color

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

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


#b98cda Background Color

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

This div background color is #b98cda


#b98cda Border Color

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

This div border color is #b98cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cda


Comments

No comments written yet.

Please login to write comment.