Color Hex Logo

#b44ebd Color Hex

#B44EBD
(180,78,189)
0 Favorites   0 Comments

Color spaces of #b44ebd

RGB 18078189
HSL0.820.460.52
HSV295°59°74°
CMYK 0.050.590.00   0.26
XYZ30.732118.826250.1582
Yxy18.82620.30820.1888
Hunter Lab43.389250.4987-38.1673
CIE-Lab50.483256.6137-39.8365

#b44ebd color RGB value is (180,78,189).

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

The process color (four color CMYK) of #b44ebd color hex is 0.05, 0.59, 0.00, 0.26. Web safe color of #b44ebd is #cc66cc. Color #b44ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10111101
Octal 264 116 275
Decimal 180 78 189
Hex B4 4E BD

RGB Percentages of Color #b44ebd

%40.27
%17.45
%42.28

CMYK Percentages of Color #b44ebd

%5
%59
%0
%26

Triadic Colors of #b44ebd

#b44ebd #bdb44e #4ebdb4

Analogous Colors of #b44ebd

#b44ebd #bd4e8f #7d4ebd

Monochromatic Colors of #b44ebd

#b44ebd

Complementary Color

#b44ebd #57bd4e

#b44ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ebd Color CSS Codes

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

#b44ebd Text Font Color

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

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


#b44ebd Background Color

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

This div background color is #b44ebd


#b44ebd Border Color

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

This div border color is #b44ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ebd


Comments

No comments written yet.

Please login to write comment.