Color Hex Logo

#b909ef Color Hex

#B909EF
(185,9,239)
0 Favorites   0 Comments

Color spaces of #b909ef

RGB 1859239
HSL0.790.930.49
HSV286°96°94°
CMYK 0.230.960.00   0.06
XYZ35.685316.741783.0120
Yxy16.74170.26350.1236
Hunter Lab40.916684.0741-91.6464
CIE-Lab47.932985.1333-72.4786

#b909ef color RGB value is (185,9,239).

#b909ef hex color red value is 185, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b909ef hue: 0.79 , saturation: 0.93 and the lightness value of b909ef is 0.49.

The process color (four color CMYK) of #b909ef color hex is 0.23, 0.96, 0.00, 0.06. Web safe color of #b909ef is #cc00ff. Color #b909ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001001 11101111
Octal 271 11 357
Decimal 185 9 239
Hex B9 9 EF

RGB Percentages of Color #b909ef

%42.73
%2.08
%55.20

CMYK Percentages of Color #b909ef

%23
%96
%0
%6

Triadic Colors of #b909ef

#b909ef #efb909 #09efb9

Analogous Colors of #b909ef

#b909ef #ef09b2 #4609ef

Monochromatic Colors of #b909ef

#b909ef

Complementary Color

#b909ef #3fef09

#b909ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b909ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b909ef Color CSS Codes

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

#b909ef Text Font Color

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

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


#b909ef Background Color

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

This div background color is #b909ef


#b909ef Border Color

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

This div border color is #b909ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b909ef


Comments

No comments written yet.

Please login to write comment.