Color Hex Logo

#b440ba Color Hex

#B440BA
(180,64,186)
0 Favorites   0 Comments

Color spaces of #b440ba

RGB 18064186
HSL0.830.490.49
HSV297°66°73°
CMYK 0.030.660.00   0.27
XYZ29.518716.915348.1635
Yxy16.91530.31200.1788
Hunter Lab41.128256.1393-40.6422
CIE-Lab48.153162.0799-41.7786

#b440ba color RGB value is (180,64,186).

#b440ba hex color red value is 180, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b440ba hue: 0.83 , saturation: 0.49 and the lightness value of b440ba is 0.49.

The process color (four color CMYK) of #b440ba color hex is 0.03, 0.66, 0.00, 0.27. Web safe color of #b440ba is #cc33cc. Color #b440ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 10111010
Octal 264 100 272
Decimal 180 64 186
Hex B4 40 BA

RGB Percentages of Color #b440ba

%41.86
%14.88
%43.26

CMYK Percentages of Color #b440ba

%3
%66
%0
%27

Triadic Colors of #b440ba

#b440ba #bab440 #40bab4

Analogous Colors of #b440ba

#b440ba #ba4083 #7740ba

Monochromatic Colors of #b440ba

#b440ba

Complementary Color

#b440ba #46ba40

#b440ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b440ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b440ba Color CSS Codes

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

#b440ba Text Font Color

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

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


#b440ba Background Color

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

This div background color is #b440ba


#b440ba Border Color

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

This div border color is #b440ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b440ba


Comments

No comments written yet.

Please login to write comment.