Color Hex Logo

#b800ef Color Hex

#B800EF
(184,0,239)
0 Favorites   0 Comments

Color spaces of #b800ef

RGB 1840239
HSL0.791.000.47
HSV286°100°94°
CMYK 0.231.000.00   0.06
XYZ35.347216.422382.9682
Yxy16.42230.26230.1219
Hunter Lab40.524484.7778-93.0210
CIE-Lab47.523785.7543-73.1519

#b800ef color RGB value is (184,0,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 11101111
Octal 270 0 357
Decimal 184 0 239
Hex B8 0 EF

RGB Percentages of Color #b800ef

%43.50
%0.00
%56.50

CMYK Percentages of Color #b800ef

%23
%100
%0
%6

Triadic Colors of #b800ef

#b800ef #efb800 #00efb8

Analogous Colors of #b800ef

#b800ef #ef00af #4000ef

Monochromatic Colors of #b800ef

#b800ef

Complementary Color

#b800ef #37ef00

#b800ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ef Color CSS Codes

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

#b800ef Text Font Color

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

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


#b800ef Background Color

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

This div background color is #b800ef


#b800ef Border Color

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

This div border color is #b800ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ef


Comments

No comments written yet.

Please login to write comment.