Color Hex Logo

#b40bad Color Hex

#B40BAD
(180,11,173)
0 Favorites   0 Comments

Color spaces of #b40bad

RGB 18011173
HSL0.840.880.37
HSV302°94°71°
CMYK 0.000.940.04   0.29
XYZ26.484912.959840.6407
Yxy12.95980.33070.1618
Hunter Lab35.999768.3225-41.7337
CIE-Lab42.702673.5518-42.7890

#b40bad color RGB value is (180,11,173).

#b40bad hex color red value is 180, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b40bad hue: 0.84 , saturation: 0.88 and the lightness value of b40bad is 0.37.

The process color (four color CMYK) of #b40bad color hex is 0.00, 0.94, 0.04, 0.29. Web safe color of #b40bad is #cc0099. Color #b40bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001011 10101101
Octal 264 13 255
Decimal 180 11 173
Hex B4 B AD

RGB Percentages of Color #b40bad

%49.45
%3.02
%47.53

CMYK Percentages of Color #b40bad

%0
%94
%4
%29

Triadic Colors of #b40bad

#b40bad #adb40b #0badb4

Analogous Colors of #b40bad

#b40bad #b40b58 #670bb4

Monochromatic Colors of #b40bad

#b40bad

Complementary Color

#b40bad #0bb412

#b40bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40bad Color CSS Codes

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

#b40bad Text Font Color

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

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


#b40bad Background Color

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

This div background color is #b40bad


#b40bad Border Color

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

This div border color is #b40bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40bad


Comments

No comments written yet.

Please login to write comment.