Color Hex Logo

#b99df5 Color Hex

#B99DF5
(185,157,245)
0 Favorites   0 Comments

Color spaces of #b99df5

RGB 185157245
HSL0.720.810.79
HSV259°36°96°
CMYK 0.240.360.00   0.04
XYZ48.546041.020891.7454
Yxy41.02080.26770.2262
Hunter Lab64.047523.2144-40.0973
CIE-Lab70.190528.1655-40.2984

#b99df5 color RGB value is (185,157,245).

#b99df5 hex color red value is 185, green value is 157 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b99df5 hue: 0.72 , saturation: 0.81 and the lightness value of b99df5 is 0.79.

The process color (four color CMYK) of #b99df5 color hex is 0.24, 0.36, 0.00, 0.04. Web safe color of #b99df5 is #cc99ff. Color #b99df5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011101 11110101
Octal 271 235 365
Decimal 185 157 245
Hex B9 9D F5

RGB Percentages of Color #b99df5

%31.52
%26.75
%41.74

CMYK Percentages of Color #b99df5

%24
%36
%0
%4

Triadic Colors of #b99df5

#b99df5 #f5b99d #9df5b9

Analogous Colors of #b99df5

#b99df5 #e59df5 #9dadf5

Monochromatic Colors of #b99df5

#b99df5

Complementary Color

#b99df5 #d9f59d

#b99df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99df5 Color CSS Codes

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

#b99df5 Text Font Color

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

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


#b99df5 Background Color

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

This div background color is #b99df5


#b99df5 Border Color

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

This div border color is #b99df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99df5


Comments

No comments written yet.

Please login to write comment.