Color Hex Logo

#b44eee Color Hex

#B44EEE
(180,78,238)
0 Favorites   0 Comments

Color spaces of #b44eee

RGB 18078238
HSL0.770.820.62
HSV278°67°93°
CMYK 0.240.670.00   0.07
XYZ36.979421.325183.0561
Yxy21.32510.26160.1509
Hunter Lab46.179162.1262-74.3115
CIE-Lab53.303566.2929-63.2513

#b44eee color RGB value is (180,78,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 11101110
Octal 264 116 356
Decimal 180 78 238
Hex B4 4E EE

RGB Percentages of Color #b44eee

%36.29
%15.73
%47.98

CMYK Percentages of Color #b44eee

%24
%67
%0
%7

Triadic Colors of #b44eee

#b44eee #eeb44e #4eeeb4

Analogous Colors of #b44eee

#b44eee #ee4ed8 #644eee

Monochromatic Colors of #b44eee

#b44eee

Complementary Color

#b44eee #88ee4e

#b44eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44eee Color CSS Codes

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

#b44eee Text Font Color

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

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


#b44eee Background Color

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

This div background color is #b44eee


#b44eee Border Color

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

This div border color is #b44eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44eee


Comments

No comments written yet.

Please login to write comment.