Color Hex Logo

#b40bee Color Hex

#B40BEE
(180,11,238)
0 Favorites   0 Comments

Color spaces of #b40bee

RGB 18011238
HSL0.790.910.49
HSV285°95°93°
CMYK 0.240.950.00   0.07
XYZ34.374716.115782.1878
Yxy16.11570.25910.1215
Hunter Lab40.144482.5928-93.2837
CIE-Lab47.125984.1407-73.2632

#b40bee color RGB value is (180,11,238).

#b40bee hex color red value is 180, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b40bee hue: 0.79 , saturation: 0.91 and the lightness value of b40bee is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001011 11101110
Octal 264 13 356
Decimal 180 11 238
Hex B4 B EE

RGB Percentages of Color #b40bee

%41.96
%2.56
%55.48

CMYK Percentages of Color #b40bee

%24
%95
%0
%7

Triadic Colors of #b40bee

#b40bee #eeb40b #0beeb4

Analogous Colors of #b40bee

#b40bee #ee0bb7 #420bee

Monochromatic Colors of #b40bee

#b40bee

Complementary Color

#b40bee #45ee0b

#b40bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40bee Color CSS Codes

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

#b40bee Text Font Color

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

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


#b40bee Background Color

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

This div background color is #b40bee


#b40bee Border Color

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

This div border color is #b40bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40bee


Comments

No comments written yet.

Please login to write comment.