Color Hex Logo

#b41ef3 Color Hex

#B41EF3
(180,30,243)
0 Favorites   0 Comments

Color spaces of #b41ef3

RGB 18030243
HSL0.780.900.54
HSV282°88°95°
CMYK 0.260.880.00   0.05
XYZ35.464317.102986.2260
Yxy17.10290.25550.1232
Hunter Lab41.355780.6992-94.6699
CIE-Lab48.389482.4194-74.0197

#b41ef3 color RGB value is (180,30,243).

#b41ef3 hex color red value is 180, green value is 30 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #b41ef3 hue: 0.78 , saturation: 0.90 and the lightness value of b41ef3 is 0.54.

The process color (four color CMYK) of #b41ef3 color hex is 0.26, 0.88, 0.00, 0.05. Web safe color of #b41ef3 is #cc33ff. Color #b41ef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 11110011
Octal 264 36 363
Decimal 180 30 243
Hex B4 1E F3

RGB Percentages of Color #b41ef3

%39.74
%6.62
%53.64

CMYK Percentages of Color #b41ef3

%26
%88
%0
%5

Triadic Colors of #b41ef3

#b41ef3 #f3b41e #1ef3b4

Analogous Colors of #b41ef3

#b41ef3 #f31ec8 #4a1ef3

Monochromatic Colors of #b41ef3

#b41ef3

Complementary Color

#b41ef3 #5df31e

#b41ef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41ef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41ef3 Color CSS Codes

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

#b41ef3 Text Font Color

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

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


#b41ef3 Background Color

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

This div background color is #b41ef3


#b41ef3 Border Color

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

This div border color is #b41ef3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,30,243, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41ef3


Comments

No comments written yet.

Please login to write comment.