Color Hex Logo

#b55071 Color Hex

#B55071
(181,80,113)
0 Favorites   0 Comments

Color spaces of #b55071

RGB 18180113
HSL0.950.410.51
HSV340°56°71°
CMYK 0.000.560.38   0.29
XYZ24.905416.753317.5438
Yxy16.75330.42070.2830
Hunter Lab40.930836.98403.2386
CIE-Lab47.947744.31811.4240

#b55071 color RGB value is (181,80,113).

#b55071 hex color red value is 181, green value is 80 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b55071 hue: 0.95 , saturation: 0.41 and the lightness value of b55071 is 0.51.

The process color (four color CMYK) of #b55071 color hex is 0.00, 0.56, 0.38, 0.29. Web safe color of #b55071 is #cc6666. Color #b55071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 01110001
Octal 265 120 161
Decimal 181 80 113
Hex B5 50 71

RGB Percentages of Color #b55071

%48.40
%21.39
%30.21

CMYK Percentages of Color #b55071

%0
%56
%38
%29

Triadic Colors of #b55071

#b55071 #71b550 #5071b5

Analogous Colors of #b55071

#b55071 #b56250 #b550a4

Monochromatic Colors of #b55071

#b55071

Complementary Color

#b55071 #50b594

#b55071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55071 Color CSS Codes

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

#b55071 Text Font Color

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

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


#b55071 Background Color

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

This div background color is #b55071


#b55071 Border Color

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

This div border color is #b55071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55071


Comments

No comments written yet.

Please login to write comment.