Color Hex Logo

#b41eef Color Hex

#B41EEF
(180,30,239)
0 Favorites   0 Comments

Color spaces of #b41eef

RGB 18030239
HSL0.790.870.53
HSV283°87°94°
CMYK 0.250.870.00   0.06
XYZ34.866716.863883.0787
Yxy16.86380.25860.1251
Hunter Lab41.065679.6906-91.2022
CIE-Lab48.088081.6855-72.2602

#b41eef color RGB value is (180,30,239).

#b41eef hex color red value is 180, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b41eef hue: 0.79 , saturation: 0.87 and the lightness value of b41eef is 0.53.

The process color (four color CMYK) of #b41eef color hex is 0.25, 0.87, 0.00, 0.06. Web safe color of #b41eef is #cc33ff. Color #b41eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 11101111
Octal 264 36 357
Decimal 180 30 239
Hex B4 1E EF

RGB Percentages of Color #b41eef

%40.09
%6.68
%53.23

CMYK Percentages of Color #b41eef

%25
%87
%0
%6

Triadic Colors of #b41eef

#b41eef #efb41e #1eefb4

Analogous Colors of #b41eef

#b41eef #ef1ec2 #4b1eef

Monochromatic Colors of #b41eef

#b41eef

Complementary Color

#b41eef #59ef1e

#b41eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41eef Color CSS Codes

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

#b41eef Text Font Color

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

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


#b41eef Background Color

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

This div background color is #b41eef


#b41eef Border Color

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

This div border color is #b41eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41eef


Comments

No comments written yet.

Please login to write comment.