Color Hex Logo

#b98ffd Color Hex

#B98FFD
(185,143,253)
0 Favorites   0 Comments

Color spaces of #b98ffd

RGB 185143253
HSL0.730.960.78
HSV263°43°99°
CMYK 0.270.430.00   0.01
XYZ47.559737.051197.5734
Yxy37.05110.26110.2034
Hunter Lab60.869632.9469-52.4326
CIE-Lab67.315437.8331-49.1736

#b98ffd color RGB value is (185,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10001111 11111101
Octal 271 217 375
Decimal 185 143 253
Hex B9 8F FD

RGB Percentages of Color #b98ffd

%31.84
%24.61
%43.55

CMYK Percentages of Color #b98ffd

%27
%43
%0
%1

Triadic Colors of #b98ffd

#b98ffd #fdb98f #8ffdb9

Analogous Colors of #b98ffd

#b98ffd #f08ffd #8f9cfd

Monochromatic Colors of #b98ffd

#b98ffd

Complementary Color

#b98ffd #d3fd8f

#b98ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b98ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b98ffd Color CSS Codes

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

#b98ffd Text Font Color

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

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


#b98ffd Background Color

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

This div background color is #b98ffd


#b98ffd Border Color

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

This div border color is #b98ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b98ffd


Comments

No comments written yet.

Please login to write comment.