Color Hex Logo

#b55994 Color Hex

#B55994
(181,89,148)
0 Favorites   0 Comments

Color spaces of #b55994

RGB 18189148
HSL0.890.380.53
HSV322°51°71°
CMYK 0.000.510.18   0.29
XYZ27.973719.106630.2305
Yxy19.10660.36180.2471
Hunter Lab43.711137.7399-10.4071
CIE-Lab50.811744.6070-15.2818

#b55994 color RGB value is (181,89,148).

#b55994 hex color red value is 181, green value is 89 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b55994 hue: 0.89 , saturation: 0.38 and the lightness value of b55994 is 0.53.

The process color (four color CMYK) of #b55994 color hex is 0.00, 0.51, 0.18, 0.29. Web safe color of #b55994 is #cc6699. Color #b55994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011001 10010100
Octal 265 131 224
Decimal 181 89 148
Hex B5 59 94

RGB Percentages of Color #b55994

%43.30
%21.29
%35.41

CMYK Percentages of Color #b55994

%0
%51
%18
%29

Triadic Colors of #b55994

#b55994 #94b559 #5994b5

Analogous Colors of #b55994

#b55994 #b55966 #a859b5

Monochromatic Colors of #b55994

#b55994

Complementary Color

#b55994 #59b57a

#b55994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55994 Color CSS Codes

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

#b55994 Text Font Color

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

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


#b55994 Background Color

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

This div background color is #b55994


#b55994 Border Color

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

This div border color is #b55994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55994


Comments

No comments written yet.

Please login to write comment.