Color Hex Logo

#b54051 Color Hex

#B54051
(181,64,81)
0 Favorites   0 Comments

Color spaces of #b54051

RGB 1816481
HSL0.980.480.48
HSV351°65°71°
CMYK 0.000.650.55   0.29
XYZ22.374714.08469.3239
Yxy14.08460.48870.3076
Hunter Lab37.529540.743411.5405
CIE-Lab44.354048.581615.9045

#b54051 color RGB value is (181,64,81).

#b54051 hex color red value is 181, green value is 64 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #b54051 hue: 0.98 , saturation: 0.48 and the lightness value of b54051 is 0.48.

The process color (four color CMYK) of #b54051 color hex is 0.00, 0.65, 0.55, 0.29. Web safe color of #b54051 is #cc3366. Color #b54051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000000 01010001
Octal 265 100 121
Decimal 181 64 81
Hex B5 40 51

RGB Percentages of Color #b54051

%55.52
%19.63
%24.85

CMYK Percentages of Color #b54051

%0
%65
%55
%29

Triadic Colors of #b54051

#b54051 #51b540 #4051b5

Analogous Colors of #b54051

#b54051 #b56a40 #b5408c

Monochromatic Colors of #b54051

#b54051

Complementary Color

#b54051 #40b5a4

#b54051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54051 Color CSS Codes

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

#b54051 Text Font Color

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

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


#b54051 Background Color

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

This div background color is #b54051


#b54051 Border Color

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

This div border color is #b54051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54051


Comments

No comments written yet.

Please login to write comment.