Color Hex Logo

#b44aee Color Hex

#B44AEE
(180,74,238)
0 Favorites   0 Comments

Color spaces of #b44aee

RGB 18074238
HSL0.770.830.61
HSV279°69°93°
CMYK 0.240.690.00   0.07
XYZ36.703820.773982.9642
Yxy20.77390.26130.1479
Hunter Lab45.578463.9820-76.0179
CIE-Lab52.701167.9801-64.2224

#b44aee color RGB value is (180,74,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001010 11101110
Octal 264 112 356
Decimal 180 74 238
Hex B4 4A EE

RGB Percentages of Color #b44aee

%36.59
%15.04
%48.37

CMYK Percentages of Color #b44aee

%24
%69
%0
%7

Triadic Colors of #b44aee

#b44aee #eeb44a #4aeeb4

Analogous Colors of #b44aee

#b44aee #ee4ad6 #624aee

Monochromatic Colors of #b44aee

#b44aee

Complementary Color

#b44aee #84ee4a

#b44aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44aee Color CSS Codes

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

#b44aee Text Font Color

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

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


#b44aee Background Color

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

This div background color is #b44aee


#b44aee Border Color

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

This div border color is #b44aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44aee


Comments

No comments written yet.

Please login to write comment.