Color Hex Logo

#b55483 Color Hex

#B55483
(181,84,131)
0 Favorites   0 Comments

Color spaces of #b55483

RGB 18184131
HSL0.920.400.52
HSV331°54°71°
CMYK 0.000.540.28   0.29
XYZ26.323117.803123.5217
Yxy17.80310.38910.2632
Hunter Lab42.193737.5205-3.5167
CIE-Lab49.256444.6363-7.4940

#b55483 color RGB value is (181,84,131).

#b55483 hex color red value is 181, green value is 84 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b55483 hue: 0.92 , saturation: 0.40 and the lightness value of b55483 is 0.52.

The process color (four color CMYK) of #b55483 color hex is 0.00, 0.54, 0.28, 0.29. Web safe color of #b55483 is #cc6699. Color #b55483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010100 10000011
Octal 265 124 203
Decimal 181 84 131
Hex B5 54 83

RGB Percentages of Color #b55483

%45.71
%21.21
%33.08

CMYK Percentages of Color #b55483

%0
%54
%28
%29

Triadic Colors of #b55483

#b55483 #83b554 #5483b5

Analogous Colors of #b55483

#b55483 #b55654 #b554b4

Monochromatic Colors of #b55483

#b55483

Complementary Color

#b55483 #54b586

#b55483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55483 Color CSS Codes

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

#b55483 Text Font Color

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

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


#b55483 Background Color

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

This div background color is #b55483


#b55483 Border Color

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

This div border color is #b55483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55483


Comments

No comments written yet.

Please login to write comment.