Color Hex Logo

#b401ed Color Hex

#B401ED
(180,1,237)
0 Favorites   0 Comments

Color spaces of #b401ed

RGB 1801237
HSL0.790.990.47
HSV286°100°93°
CMYK 0.241.000.00   0.07
XYZ34.119315.839481.3798
Yxy15.83940.25980.1206
Hunter Lab39.798783.3795-93.3761
CIE-Lab46.763184.8202-73.2901

#b401ed color RGB value is (180,1,237).

#b401ed hex color red value is 180, green value is 1 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b401ed hue: 0.79 , saturation: 0.99 and the lightness value of b401ed is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000001 11101101
Octal 264 1 355
Decimal 180 1 237
Hex B4 1 ED

RGB Percentages of Color #b401ed

%43.06
%0.24
%56.70

CMYK Percentages of Color #b401ed

%24
%100
%0
%7

Triadic Colors of #b401ed

#b401ed #edb401 #01edb4

Analogous Colors of #b401ed

#b401ed #ed01b0 #3e01ed

Monochromatic Colors of #b401ed

#b401ed

Complementary Color

#b401ed #3aed01

#b401ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b401ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b401ed Color CSS Codes

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

#b401ed Text Font Color

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

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


#b401ed Background Color

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

This div background color is #b401ed


#b401ed Border Color

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

This div border color is #b401ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b401ed


Comments

No comments written yet.

Please login to write comment.