Color Hex Logo

#b44cef Color Hex

#B44CEF
(180,76,239)
0 Favorites   0 Comments

Color spaces of #b44cef

RGB 18076239
HSL0.770.840.62
HSV278°68°94°
CMYK 0.250.680.00   0.06
XYZ36.986821.104283.7854
Yxy21.10420.26070.1488
Hunter Lab45.939363.3207-75.9773
CIE-Lab53.063367.3523-64.1987

#b44cef color RGB value is (180,76,239).

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

The process color (four color CMYK) of #b44cef color hex is 0.25, 0.68, 0.00, 0.06. Web safe color of #b44cef is #cc33ff. Color #b44cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001100 11101111
Octal 264 114 357
Decimal 180 76 239
Hex B4 4C EF

RGB Percentages of Color #b44cef

%36.36
%15.35
%48.28

CMYK Percentages of Color #b44cef

%25
%68
%0
%6

Triadic Colors of #b44cef

#b44cef #efb44c #4cefb4

Analogous Colors of #b44cef

#b44cef #ef4cd9 #634cef

Monochromatic Colors of #b44cef

#b44cef

Complementary Color

#b44cef #87ef4c

#b44cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44cef Color CSS Codes

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

#b44cef Text Font Color

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

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


#b44cef Background Color

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

This div background color is #b44cef


#b44cef Border Color

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

This div border color is #b44cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44cef


Comments

No comments written yet.

Please login to write comment.