Color Hex Logo

#b44bbe Color Hex

#B44BBE
(180,75,190)
0 Favorites   0 Comments

Color spaces of #b44bbe

RGB 18075190
HSL0.820.470.52
HSV295°61°75°
CMYK 0.050.610.00   0.25
XYZ30.632718.453250.6625
Yxy18.45320.30710.1850
Hunter Lab42.957252.1130-39.8549
CIE-Lab50.041258.1485-41.1146

#b44bbe color RGB value is (180,75,190).

#b44bbe hex color red value is 180, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b44bbe hue: 0.82 , saturation: 0.47 and the lightness value of b44bbe is 0.52.

The process color (four color CMYK) of #b44bbe color hex is 0.05, 0.61, 0.00, 0.25. Web safe color of #b44bbe is #cc33cc. Color #b44bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001011 10111110
Octal 264 113 276
Decimal 180 75 190
Hex B4 4B BE

RGB Percentages of Color #b44bbe

%40.45
%16.85
%42.70

CMYK Percentages of Color #b44bbe

%5
%61
%0
%25

Triadic Colors of #b44bbe

#b44bbe #beb44b #4bbeb4

Analogous Colors of #b44bbe

#b44bbe #be4b8f #7b4bbe

Monochromatic Colors of #b44bbe

#b44bbe

Complementary Color

#b44bbe #55be4b

#b44bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44bbe Color CSS Codes

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

#b44bbe Text Font Color

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

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


#b44bbe Background Color

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

This div background color is #b44bbe


#b44bbe Border Color

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

This div border color is #b44bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44bbe


Comments

No comments written yet.

Please login to write comment.