Color Hex Logo

#b44ebf Color Hex

#B44EBF
(180,78,191)
0 Favorites   0 Comments

Color spaces of #b44ebf

RGB 18078191
HSL0.820.470.53
HSV294°59°75°
CMYK 0.060.590.00   0.25
XYZ30.950718.913751.3096
Yxy18.91370.30590.1869
Hunter Lab43.489950.9268-39.5077
CIE-Lab50.586156.9822-40.8322

#b44ebf color RGB value is (180,78,191).

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

The process color (four color CMYK) of #b44ebf color hex is 0.06, 0.59, 0.00, 0.25. Web safe color of #b44ebf is #cc66cc. Color #b44ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10111111
Octal 264 116 277
Decimal 180 78 191
Hex B4 4E BF

RGB Percentages of Color #b44ebf

%40.09
%17.37
%42.54

CMYK Percentages of Color #b44ebf

%6
%59
%0
%25

Triadic Colors of #b44ebf

#b44ebf #bfb44e #4ebfb4

Analogous Colors of #b44ebf

#b44ebf #bf4e92 #7c4ebf

Monochromatic Colors of #b44ebf

#b44ebf

Complementary Color

#b44ebf #59bf4e

#b44ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ebf Color CSS Codes

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

#b44ebf Text Font Color

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

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


#b44ebf Background Color

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

This div background color is #b44ebf


#b44ebf Border Color

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

This div border color is #b44ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ebf


Comments

No comments written yet.

Please login to write comment.