Color Hex Logo

#b40bbd Color Hex

#B40BBD
(180,11,189)
0 Favorites   0 Comments

Color spaces of #b40bbd

RGB 18011189
HSL0.820.890.39
HSV297°94°74°
CMYK 0.050.940.00   0.26
XYZ28.127413.616849.2899
Yxy13.61680.30900.1496
Hunter Lab36.900971.4833-53.3651
CIE-Lab43.678375.9625-50.6727

#b40bbd color RGB value is (180,11,189).

#b40bbd hex color red value is 180, green value is 11 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b40bbd hue: 0.82 , saturation: 0.89 and the lightness value of b40bbd is 0.39.

The process color (four color CMYK) of #b40bbd color hex is 0.05, 0.94, 0.00, 0.26. Web safe color of #b40bbd is #cc00cc. Color #b40bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001011 10111101
Octal 264 13 275
Decimal 180 11 189
Hex B4 B BD

RGB Percentages of Color #b40bbd

%47.37
%2.89
%49.74

CMYK Percentages of Color #b40bbd

%5
%94
%0
%26

Triadic Colors of #b40bbd

#b40bbd #bdb40b #0bbdb4

Analogous Colors of #b40bbd

#b40bbd #bd0b6d #5b0bbd

Monochromatic Colors of #b40bbd

#b40bbd

Complementary Color

#b40bbd #14bd0b

#b40bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40bbd Color CSS Codes

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

#b40bbd Text Font Color

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

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


#b40bbd Background Color

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

This div background color is #b40bbd


#b40bbd Border Color

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

This div border color is #b40bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40bbd


Comments

No comments written yet.

Please login to write comment.