Color Hex Logo

#b98cfd Color Hex

#B98CFD
(185,140,253)
0 Favorites   0 Comments

Color spaces of #b98cfd

RGB 185140253
HSL0.730.970.77
HSV264°45°99°
CMYK 0.270.450.00   0.01
XYZ47.115336.162397.4253
Yxy36.16230.26070.2001
Hunter Lab60.135134.6167-53.9616
CIE-Lab66.643739.4877-50.2339

#b98cfd color RGB value is (185,140,253).

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

The process color (four color CMYK) of #b98cfd color hex is 0.27, 0.45, 0.00, 0.01. Web safe color of #b98cfd is #cc99ff. Color #b98cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001100 11111101
Octal 271 214 375
Decimal 185 140 253
Hex B9 8C FD

RGB Percentages of Color #b98cfd

%32.01
%24.22
%43.77

CMYK Percentages of Color #b98cfd

%27
%45
%0
%1

Triadic Colors of #b98cfd

#b98cfd #fdb98c #8cfdb9

Analogous Colors of #b98cfd

#b98cfd #f28cfd #8c98fd

Monochromatic Colors of #b98cfd

#b98cfd

Complementary Color

#b98cfd #d0fd8c

#b98cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98cfd Color CSS Codes

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

#b98cfd Text Font Color

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

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


#b98cfd Background Color

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

This div background color is #b98cfd


#b98cfd Border Color

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

This div border color is #b98cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98cfd


Comments

No comments written yet.

Please login to write comment.