Color Hex Logo

#b44dee Color Hex

#B44DEE
(180,77,238)
0 Favorites   0 Comments

Color spaces of #b44dee

RGB 18077238
HSL0.770.830.62
HSV278°68°93°
CMYK 0.240.680.00   0.07
XYZ36.908921.184183.0325
Yxy21.18410.26150.1501
Hunter Lab46.026262.5953-74.7424
CIE-Lab53.150466.7207-63.4980

#b44dee color RGB value is (180,77,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001101 11101110
Octal 264 115 356
Decimal 180 77 238
Hex B4 4D EE

RGB Percentages of Color #b44dee

%36.36
%15.56
%48.08

CMYK Percentages of Color #b44dee

%24
%68
%0
%7

Triadic Colors of #b44dee

#b44dee #eeb44d #4deeb4

Analogous Colors of #b44dee

#b44dee #ee4dd8 #644dee

Monochromatic Colors of #b44dee

#b44dee

Complementary Color

#b44dee #87ee4d

#b44dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44dee Color CSS Codes

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

#b44dee Text Font Color

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

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


#b44dee Background Color

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

This div background color is #b44dee


#b44dee Border Color

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

This div border color is #b44dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44dee


Comments

No comments written yet.

Please login to write comment.