Color Hex Logo

#b800ed Color Hex

#B800ED
(184,0,237)
0 Favorites   0 Comments

Color spaces of #b800ed

RGB 1840237
HSL0.801.000.46
HSV287°100°93°
CMYK 0.221.000.00   0.07
XYZ35.053216.304881.4204
Yxy16.30480.26400.1228
Hunter Lab40.379284.2923-91.2866
CIE-Lab47.371985.4092-72.2707

#b800ed color RGB value is (184,0,237).

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

The process color (four color CMYK) of #b800ed color hex is 0.22, 1.00, 0.00, 0.07. Web safe color of #b800ed is #cc00ff. Color #b800ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000000 11101101
Octal 270 0 355
Decimal 184 0 237
Hex B8 0 ED

RGB Percentages of Color #b800ed

%43.71
%0.00
%56.29

CMYK Percentages of Color #b800ed

%22
%100
%0
%7

Triadic Colors of #b800ed

#b800ed #edb800 #00edb8

Analogous Colors of #b800ed

#b800ed #ed00ac #4200ed

Monochromatic Colors of #b800ed

#b800ed

Complementary Color

#b800ed #35ed00

#b800ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b800ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b800ed Color CSS Codes

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

#b800ed Text Font Color

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

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


#b800ed Background Color

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

This div background color is #b800ed


#b800ed Border Color

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

This div border color is #b800ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,0,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b800ed


Comments

No comments written yet.

Please login to write comment.