Color Hex Logo

#b53877 Color Hex

#B53877
(181,56,119)
0 Favorites   0 Comments

Color spaces of #b53877

RGB 18156119
HSL0.920.530.46
HSV330°69°71°
CMYK 0.000.690.34   0.29
XYZ23.800013.984018.8975
Yxy13.98400.41990.2467
Hunter Lab37.395248.1640-3.7853
CIE-Lab44.210055.6234-7.7504

#b53877 color RGB value is (181,56,119).

#b53877 hex color red value is 181, green value is 56 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #b53877 hue: 0.92 , saturation: 0.53 and the lightness value of b53877 is 0.46.

The process color (four color CMYK) of #b53877 color hex is 0.00, 0.69, 0.34, 0.29. Web safe color of #b53877 is #cc3366. Color #b53877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00111000 01110111
Octal 265 70 167
Decimal 181 56 119
Hex B5 38 77

RGB Percentages of Color #b53877

%50.84
%15.73
%33.43

CMYK Percentages of Color #b53877

%0
%69
%34
%29

Triadic Colors of #b53877

#b53877 #77b538 #3877b5

Analogous Colors of #b53877

#b53877 #b53839 #b538b5

Monochromatic Colors of #b53877

#b53877

Complementary Color

#b53877 #38b576

#b53877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53877 Color CSS Codes

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

#b53877 Text Font Color

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

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


#b53877 Background Color

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

This div background color is #b53877


#b53877 Border Color

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

This div border color is #b53877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53877


Comments

No comments written yet.

Please login to write comment.