Color Hex Logo

#b41bed Color Hex

#B41BED
(180,27,237)
0 Favorites   0 Comments

Color spaces of #b41bed

RGB 18027237
HSL0.790.850.52
HSV284°89°93°
CMYK 0.240.890.00   0.07
XYZ34.500416.601681.5068
Yxy16.60160.26020.1252
Hunter Lab40.745179.8389-90.0827
CIE-Lab47.754181.8668-71.6759

#b41bed color RGB value is (180,27,237).

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

The process color (four color CMYK) of #b41bed color hex is 0.24, 0.89, 0.00, 0.07. Web safe color of #b41bed is #cc33ff. Color #b41bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011011 11101101
Octal 264 33 355
Decimal 180 27 237
Hex B4 1B ED

RGB Percentages of Color #b41bed

%40.54
%6.08
%53.38

CMYK Percentages of Color #b41bed

%24
%89
%0
%7

Triadic Colors of #b41bed

#b41bed #edb41b #1bedb4

Analogous Colors of #b41bed

#b41bed #ed1bbd #4b1bed

Monochromatic Colors of #b41bed

#b41bed

Complementary Color

#b41bed #54ed1b

#b41bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41bed Color CSS Codes

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

#b41bed Text Font Color

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

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


#b41bed Background Color

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

This div background color is #b41bed


#b41bed Border Color

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

This div border color is #b41bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41bed


Comments

No comments written yet.

Please login to write comment.