Color Hex Logo

#b05253 Color Hex

#B05253
(176,82,83)
0 Favorites   0 Comments

Color spaces of #b05253

RGB 1768283
HSL1.000.370.51
HSV359°53°69°
CMYK 0.000.530.53   0.31
XYZ22.483115.889210.0655
Yxy15.88920.46420.3280
Hunter Lab39.861330.922812.9314
CIE-Lab46.828838.412217.8936

#b05253 color RGB value is (176,82,83).

#b05253 hex color red value is 176, green value is 82 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #b05253 hue: 1.00 , saturation: 0.37 and the lightness value of b05253 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010010 01010011
Octal 260 122 123
Decimal 176 82 83
Hex B0 52 53

RGB Percentages of Color #b05253

%51.61
%24.05
%24.34

CMYK Percentages of Color #b05253

%0
%53
%53
%31

Triadic Colors of #b05253

#b05253 #53b052 #5253b0

Analogous Colors of #b05253

#b05253 #b08052 #b05282

Monochromatic Colors of #b05253

#b05253

Complementary Color

#b05253 #52b0af

#b05253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05253 Color CSS Codes

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

#b05253 Text Font Color

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

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


#b05253 Background Color

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

This div background color is #b05253


#b05253 Border Color

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

This div border color is #b05253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05253


Comments

No comments written yet.

Please login to write comment.