Color Hex Logo

#b45254 Color Hex

#B45254
(180,82,84)
0 Favorites   0 Comments

Color spaces of #b45254

RGB 1808284
HSL1.000.400.51
HSV359°54°71°
CMYK 0.000.540.53   0.29
XYZ23.439916.378010.3134
Yxy16.37800.46760.3267
Hunter Lab40.469732.564413.2192
CIE-Lab47.466639.988918.2568

#b45254 color RGB value is (180,82,84).

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

The process color (four color CMYK) of #b45254 color hex is 0.00, 0.54, 0.53, 0.29. Web safe color of #b45254 is #cc6666. Color #b45254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 01010100
Octal 264 122 124
Decimal 180 82 84
Hex B4 52 54

RGB Percentages of Color #b45254

%52.02
%23.70
%24.28

CMYK Percentages of Color #b45254

%0
%54
%53
%29

Triadic Colors of #b45254

#b45254 #54b452 #5254b4

Analogous Colors of #b45254

#b45254 #b48152 #b45285

Monochromatic Colors of #b45254

#b45254

Complementary Color

#b45254 #52b4b2

#b45254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45254 Color CSS Codes

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

#b45254 Text Font Color

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

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


#b45254 Background Color

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

This div background color is #b45254


#b45254 Border Color

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

This div border color is #b45254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,82,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 #b45254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45254


Comments

No comments written yet.

Please login to write comment.