Color Hex Logo

#b99cfd Color Hex

#B99CFD
(185,156,253)
0 Favorites   0 Comments

Color spaces of #b99cfd

RGB 185156253
HSL0.720.960.80
HSV258°38°99°
CMYK 0.270.380.00   0.01
XYZ49.625741.183198.2621
Yxy41.18310.26250.2178
Hunter Lab64.174125.7292-45.8619
CIE-Lab70.304030.6175-44.4733

#b99cfd color RGB value is (185,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011100 11111101
Octal 271 234 375
Decimal 185 156 253
Hex B9 9C FD

RGB Percentages of Color #b99cfd

%31.14
%26.26
%42.59

CMYK Percentages of Color #b99cfd

%27
%38
%0
%1

Triadic Colors of #b99cfd

#b99cfd #fdb99c #9cfdb9

Analogous Colors of #b99cfd

#b99cfd #ea9cfd #9cb0fd

Monochromatic Colors of #b99cfd

#b99cfd

Complementary Color

#b99cfd #e0fd9c

#b99cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99cfd Color CSS Codes

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

#b99cfd Text Font Color

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

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


#b99cfd Background Color

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

This div background color is #b99cfd


#b99cfd Border Color

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

This div border color is #b99cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99cfd


Comments

No comments written yet.

Please login to write comment.