Color Hex Logo

#b55382 Color Hex

#B55382
(181,83,130)
0 Favorites   0 Comments

Color spaces of #b55382

RGB 18183130
HSL0.920.400.52
HSV331°54°71°
CMYK 0.000.540.28   0.29
XYZ26.178617.622023.1407
Yxy17.62200.39110.2632
Hunter Lab41.978637.8534-3.2986
CIE-Lab49.034444.9958-7.2253

#b55382 color RGB value is (181,83,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010011 10000010
Octal 265 123 202
Decimal 181 83 130
Hex B5 53 82

RGB Percentages of Color #b55382

%45.94
%21.07
%32.99

CMYK Percentages of Color #b55382

%0
%54
%28
%29

Triadic Colors of #b55382

#b55382 #82b553 #5382b5

Analogous Colors of #b55382

#b55382 #b55553 #b553b3

Monochromatic Colors of #b55382

#b55382

Complementary Color

#b55382 #53b586

#b55382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55382 Color CSS Codes

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

#b55382 Text Font Color

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

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


#b55382 Background Color

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

This div background color is #b55382


#b55382 Border Color

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

This div border color is #b55382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55382


Comments

No comments written yet.

Please login to write comment.