Color Hex Logo

#b40acb Color Hex

#B40ACB
(180,10,203)
0 Favorites   0 Comments

Color spaces of #b40acb

RGB 18010203
HSL0.810.910.42
HSV293°95°80°
CMYK 0.110.950.00   0.20
XYZ29.710414.232257.6811
Yxy14.23220.29240.1400
Hunter Lab37.725674.5561-64.2444
CIE-Lab44.564178.2813-57.4074

#b40acb color RGB value is (180,10,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001010 11001011
Octal 264 12 313
Decimal 180 10 203
Hex B4 A CB

RGB Percentages of Color #b40acb

%45.80
%2.54
%51.65

CMYK Percentages of Color #b40acb

%11
%95
%0
%20

Triadic Colors of #b40acb

#b40acb #cbb40a #0acbb4

Analogous Colors of #b40acb

#b40acb #cb0a82 #540acb

Monochromatic Colors of #b40acb

#b40acb

Complementary Color

#b40acb #21cb0a

#b40acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40acb Color CSS Codes

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

#b40acb Text Font Color

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

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


#b40acb Background Color

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

This div background color is #b40acb


#b40acb Border Color

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

This div border color is #b40acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40acb


Comments

No comments written yet.

Please login to write comment.