Color Hex Logo

#b44ebc Color Hex

#B44EBC
(180,78,188)
0 Favorites   0 Comments

Color spaces of #b44ebc

RGB 18078188
HSL0.820.450.52
HSV296°59°74°
CMYK 0.040.590.00   0.26
XYZ30.623918.782949.5884
Yxy18.78290.30930.1897
Hunter Lab43.339250.2860-37.5017
CIE-Lab50.432256.4304-39.3373

#b44ebc color RGB value is (180,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01001110 10111100
Octal 264 116 274
Decimal 180 78 188
Hex B4 4E BC

RGB Percentages of Color #b44ebc

%40.36
%17.49
%42.15

CMYK Percentages of Color #b44ebc

%4
%59
%0
%26

Triadic Colors of #b44ebc

#b44ebc #bcb44e #4ebcb4

Analogous Colors of #b44ebc

#b44ebc #bc4e8d #7d4ebc

Monochromatic Colors of #b44ebc

#b44ebc

Complementary Color

#b44ebc #56bc4e

#b44ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44ebc Color CSS Codes

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

#b44ebc Text Font Color

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

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


#b44ebc Background Color

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

This div background color is #b44ebc


#b44ebc Border Color

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

This div border color is #b44ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44ebc


Comments

No comments written yet.

Please login to write comment.