Color Hex Logo

#b98ced Color Hex

#B98CED
(185,140,237)
0 Favorites   0 Comments

Color spaces of #b98ced

RGB 185140237
HSL0.740.730.74
HSV268°41°93°
CMYK 0.220.410.00   0.07
XYZ44.671735.184984.5577
Yxy35.18490.27170.2140
Hunter Lab59.316930.6244-42.9976
CIE-Lab65.892435.7635-42.6410

#b98ced color RGB value is (185,140,237).

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

The process color (four color CMYK) of #b98ced color hex is 0.22, 0.41, 0.00, 0.07. Web safe color of #b98ced is #cc99ff. Color #b98ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11101101
Octal 271 214 355
Decimal 185 140 237
Hex B9 8C ED

RGB Percentages of Color #b98ced

%32.92
%24.91
%42.17

CMYK Percentages of Color #b98ced

%22
%41
%0
%7

Triadic Colors of #b98ced

#b98ced #edb98c #8cedb9

Analogous Colors of #b98ced

#b98ced #ea8ced #8c90ed

Monochromatic Colors of #b98ced

#b98ced

Complementary Color

#b98ced #c0ed8c

#b98ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ced Color CSS Codes

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

#b98ced Text Font Color

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

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


#b98ced Background Color

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

This div background color is #b98ced


#b98ced Border Color

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

This div border color is #b98ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ced


Comments

No comments written yet.

Please login to write comment.