Color Hex Logo

#b44bee Color Hex

#B44BEE
(180,75,238)
0 Favorites   0 Comments

Color spaces of #b44bee

RGB 18075238
HSL0.770.830.61
HSV279°68°93°
CMYK 0.240.680.00   0.07
XYZ36.771120.908582.9866
Yxy20.90850.26140.1486
Hunter Lab45.725863.5233-75.5958
CIE-Lab52.849267.5643-63.9836

#b44bee color RGB value is (180,75,238).

#b44bee hex color red value is 180, green value is 75 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b44bee hue: 0.77 , saturation: 0.83 and the lightness value of b44bee is 0.61.

The process color (four color CMYK) of #b44bee color hex is 0.24, 0.68, 0.00, 0.07. Web safe color of #b44bee is #cc33ff. Color #b44bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001011 11101110
Octal 264 113 356
Decimal 180 75 238
Hex B4 4B EE

RGB Percentages of Color #b44bee

%36.51
%15.21
%48.28

CMYK Percentages of Color #b44bee

%24
%68
%0
%7

Triadic Colors of #b44bee

#b44bee #eeb44b #4beeb4

Analogous Colors of #b44bee

#b44bee #ee4bd7 #634bee

Monochromatic Colors of #b44bee

#b44bee

Complementary Color

#b44bee #85ee4b

#b44bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44bee Color CSS Codes

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

#b44bee Text Font Color

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

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


#b44bee Background Color

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

This div background color is #b44bee


#b44bee Border Color

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

This div border color is #b44bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44bee


Comments

No comments written yet.

Please login to write comment.