Color Hex Logo

#b55ead Color Hex

#B55EAD
(181,94,173)
0 Favorites   0 Comments

Color spaces of #b55ead

RGB 18194173
HSL0.850.370.54
HSV306°48°71°
CMYK 0.000.480.04   0.29
XYZ30.601620.846341.9460
Yxy20.84630.32770.2232
Hunter Lab45.657739.7366-22.5096
CIE-Lab52.780946.2238-26.9382

#b55ead color RGB value is (181,94,173).

#b55ead hex color red value is 181, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b55ead hue: 0.85 , saturation: 0.37 and the lightness value of b55ead is 0.54.

The process color (four color CMYK) of #b55ead color hex is 0.00, 0.48, 0.04, 0.29. Web safe color of #b55ead is #cc6699. Color #b55ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011110 10101101
Octal 265 136 255
Decimal 181 94 173
Hex B5 5E AD

RGB Percentages of Color #b55ead

%40.40
%20.98
%38.62

CMYK Percentages of Color #b55ead

%0
%48
%4
%29

Triadic Colors of #b55ead

#b55ead #adb55e #5eadb5

Analogous Colors of #b55ead

#b55ead #b55e82 #925eb5

Monochromatic Colors of #b55ead

#b55ead

Complementary Color

#b55ead #5eb566

#b55ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55ead Color CSS Codes

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

#b55ead Text Font Color

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

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


#b55ead Background Color

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

This div background color is #b55ead


#b55ead Border Color

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

This div border color is #b55ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55ead;
  -webkit-box-shadow: 1px 1px 3px 2px #b55ead;
  box-shadow:         1px 1px 3px 2px #b55ead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,94,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55ead


Comments

No comments written yet.

Please login to write comment.