Color Hex Logo

#b05054 Color Hex

#B05054
(176,80,84)
0 Favorites   0 Comments

Color spaces of #b05054

RGB 1768084
HSL0.990.380.50
HSV358°55°69°
CMYK 0.000.550.52   0.31
XYZ22.373415.607510.2209
Yxy15.60750.46420.3238
Hunter Lab39.506331.952812.3152
CIE-Lab46.455339.518416.7866

#b05054 color RGB value is (176,80,84).

#b05054 hex color red value is 176, green value is 80 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #b05054 hue: 0.99 , saturation: 0.38 and the lightness value of b05054 is 0.50.

The process color (four color CMYK) of #b05054 color hex is 0.00, 0.55, 0.52, 0.31. Web safe color of #b05054 is #996666. Color #b05054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010000 01010100
Octal 260 120 124
Decimal 176 80 84
Hex B0 50 54

RGB Percentages of Color #b05054

%51.76
%23.53
%24.71

CMYK Percentages of Color #b05054

%0
%55
%52
%31

Triadic Colors of #b05054

#b05054 #54b050 #5054b0

Analogous Colors of #b05054

#b05054 #b07c50 #b05084

Monochromatic Colors of #b05054

#b05054

Complementary Color

#b05054 #50b0ac

#b05054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05054 Color CSS Codes

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

#b05054 Text Font Color

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

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


#b05054 Background Color

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

This div background color is #b05054


#b05054 Border Color

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

This div border color is #b05054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05054


Comments

No comments written yet.

Please login to write comment.