Color Hex Logo

#b809ef Color Hex

#B809EF
(184,9,239)
0 Favorites   0 Comments

Color spaces of #b809ef

RGB 1849239
HSL0.790.930.49
HSV286°96°94°
CMYK 0.230.960.00   0.06
XYZ35.444816.617783.0007
Yxy16.61770.26240.1230
Hunter Lab40.764883.8664-92.1842
CIE-Lab47.774785.0032-72.7431

#b809ef color RGB value is (184,9,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001001 11101111
Octal 270 11 357
Decimal 184 9 239
Hex B8 9 EF

RGB Percentages of Color #b809ef

%42.59
%2.08
%55.32

CMYK Percentages of Color #b809ef

%23
%96
%0
%6

Triadic Colors of #b809ef

#b809ef #efb809 #09efb8

Analogous Colors of #b809ef

#b809ef #ef09b3 #4509ef

Monochromatic Colors of #b809ef

#b809ef

Complementary Color

#b809ef #40ef09

#b809ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b809ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b809ef Color CSS Codes

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

#b809ef Text Font Color

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

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


#b809ef Background Color

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

This div background color is #b809ef


#b809ef Border Color

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

This div border color is #b809ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b809ef


Comments

No comments written yet.

Please login to write comment.