Color Hex Logo

#b55073 Color Hex

#B55073
(181,80,115)
0 Favorites   0 Comments

Color spaces of #b55073

RGB 18180115
HSL0.940.410.51
HSV339°56°71°
CMYK 0.000.560.36   0.29
XYZ25.019216.798918.1435
Yxy16.79890.41730.2802
Hunter Lab40.986537.23472.4446
CIE-Lab48.005644.55480.2977

#b55073 color RGB value is (181,80,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01010000 01110011
Octal 265 120 163
Decimal 181 80 115
Hex B5 50 73

RGB Percentages of Color #b55073

%48.14
%21.28
%30.59

CMYK Percentages of Color #b55073

%0
%56
%36
%29

Triadic Colors of #b55073

#b55073 #73b550 #5073b5

Analogous Colors of #b55073

#b55073 #b56050 #b550a6

Monochromatic Colors of #b55073

#b55073

Complementary Color

#b55073 #50b592

#b55073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55073 Color CSS Codes

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

#b55073 Text Font Color

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

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


#b55073 Background Color

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

This div background color is #b55073


#b55073 Border Color

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

This div border color is #b55073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55073


Comments

No comments written yet.

Please login to write comment.