Color Hex Logo

#b44efb Color Hex

#B44EFB
(180,78,251)
0 Favorites   0 Comments

Color spaces of #b44efb

RGB 18078251
HSL0.760.960.65
HSV275°69°98°
CMYK 0.280.690.00   0.02
XYZ38.959422.117193.4824
Yxy22.11710.25210.1431
Hunter Lab47.028865.5717-84.9346
CIE-Lab54.151069.0415-69.1373

#b44efb color RGB value is (180,78,251).

#b44efb hex color red value is 180, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b44efb hue: 0.76 , saturation: 0.96 and the lightness value of b44efb is 0.65.

The process color (four color CMYK) of #b44efb color hex is 0.28, 0.69, 0.00, 0.02. Web safe color of #b44efb is #cc66ff. Color #b44efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 11111011
Octal 264 116 373
Decimal 180 78 251
Hex B4 4E FB

RGB Percentages of Color #b44efb

%35.36
%15.32
%49.31

CMYK Percentages of Color #b44efb

%28
%69
%0
%2

Triadic Colors of #b44efb

#b44efb #fbb44e #4efbb4

Analogous Colors of #b44efb

#b44efb #fb4eec #5d4efb

Monochromatic Colors of #b44efb

#b44efb

Complementary Color

#b44efb #95fb4e

#b44efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44efb Color CSS Codes

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

#b44efb Text Font Color

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

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


#b44efb Background Color

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

This div background color is #b44efb


#b44efb Border Color

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

This div border color is #b44efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44efb


Comments

No comments written yet.

Please login to write comment.