Color Hex Logo

#b40bcb Color Hex

#B40BCB
(180,11,203)
0 Favorites   0 Comments

Color spaces of #b40bcb

RGB 18011203
HSL0.810.900.42
HSV293°95°80°
CMYK 0.110.950.00   0.20
XYZ29.721614.254457.6848
Yxy14.25440.29240.1402
Hunter Lab37.755074.4480-64.1590
CIE-Lab44.595678.1882-57.3566

#b40bcb color RGB value is (180,11,203).

#b40bcb hex color red value is 180, green value is 11 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b40bcb hue: 0.81 , saturation: 0.90 and the lightness value of b40bcb is 0.42.

The process color (four color CMYK) of #b40bcb color hex is 0.11, 0.95, 0.00, 0.20. Web safe color of #b40bcb is #cc00cc. Color #b40bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001011 11001011
Octal 264 13 313
Decimal 180 11 203
Hex B4 B CB

RGB Percentages of Color #b40bcb

%45.69
%2.79
%51.52

CMYK Percentages of Color #b40bcb

%11
%95
%0
%20

Triadic Colors of #b40bcb

#b40bcb #cbb40b #0bcbb4

Analogous Colors of #b40bcb

#b40bcb #cb0b82 #540bcb

Monochromatic Colors of #b40bcb

#b40bcb

Complementary Color

#b40bcb #22cb0b

#b40bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40bcb Color CSS Codes

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

#b40bcb Text Font Color

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

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


#b40bcb Background Color

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

This div background color is #b40bcb


#b40bcb Border Color

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

This div border color is #b40bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40bcb


Comments

No comments written yet.

Please login to write comment.