Color Hex Logo

#b800ea Color Hex

#B800EA
(184,0,234)
0 Favorites   0 Comments

Color spaces of #b800ea

RGB 1840234
HSL0.801.000.46
HSV287°100°92°
CMYK 0.211.000.00   0.08
XYZ34.618416.130979.1309
Yxy16.13090.26650.1242
Hunter Lab40.163383.5708-88.7006
CIE-Lab47.145884.8951-70.9428

#b800ea color RGB value is (184,0,234).

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

The process color (four color CMYK) of #b800ea color hex is 0.21, 1.00, 0.00, 0.08. Web safe color of #b800ea is #cc00ff. Color #b800ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 11101010
Octal 270 0 352
Decimal 184 0 234
Hex B8 0 EA

RGB Percentages of Color #b800ea

%44.02
%0.00
%55.98

CMYK Percentages of Color #b800ea

%21
%100
%0
%8

Triadic Colors of #b800ea

#b800ea #eab800 #00eab8

Analogous Colors of #b800ea

#b800ea #ea00a7 #4300ea

Monochromatic Colors of #b800ea

#b800ea

Complementary Color

#b800ea #32ea00

#b800ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ea Color CSS Codes

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

#b800ea Text Font Color

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

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


#b800ea Background Color

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

This div background color is #b800ea


#b800ea Border Color

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

This div border color is #b800ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ea


Comments

No comments written yet.

Please login to write comment.