Color Hex Logo

#b999ea Color Hex

#B999EA
(185,153,234)
0 Favorites   0 Comments

Color spaces of #b999ea

RGB 185153234
HSL0.730.660.76
HSV264°35°92°
CMYK 0.210.350.00   0.08
XYZ46.250139.037382.9392
Yxy39.03730.27490.2321
Hunter Lab62.479822.7932-34.9689
CIE-Lab68.778327.8500-36.4849

#b999ea color RGB value is (185,153,234).

#b999ea hex color red value is 185, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b999ea hue: 0.73 , saturation: 0.66 and the lightness value of b999ea is 0.76.

The process color (four color CMYK) of #b999ea color hex is 0.21, 0.35, 0.00, 0.08. Web safe color of #b999ea is #cc99ff. Color #b999ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011001 11101010
Octal 271 231 352
Decimal 185 153 234
Hex B9 99 EA

RGB Percentages of Color #b999ea

%32.34
%26.75
%40.91

CMYK Percentages of Color #b999ea

%21
%35
%0
%8

Triadic Colors of #b999ea

#b999ea #eab999 #99eab9

Analogous Colors of #b999ea

#b999ea #e299ea #99a2ea

Monochromatic Colors of #b999ea

#b999ea

Complementary Color

#b999ea #caea99

#b999ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b999ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b999ea Color CSS Codes

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

#b999ea Text Font Color

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

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


#b999ea Background Color

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

This div background color is #b999ea


#b999ea Border Color

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

This div border color is #b999ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b999ea


Comments

No comments written yet.

Please login to write comment.