Color Hex Logo

#b45289 Color Hex

#B45289
(180,82,137)
0 Favorites   0 Comments

Color spaces of #b45289

RGB 18082137
HSL0.910.400.51
HSV326°54°71°
CMYK 0.000.540.24   0.29
XYZ26.355017.544025.6642
Yxy17.54400.37890.2522
Hunter Lab41.885639.0151-7.0084
CIE-Lab48.938346.1391-11.5807

#b45289 color RGB value is (180,82,137).

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

The process color (four color CMYK) of #b45289 color hex is 0.00, 0.54, 0.24, 0.29. Web safe color of #b45289 is #cc6699. Color #b45289 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 10001001
Octal 264 122 211
Decimal 180 82 137
Hex B4 52 89

RGB Percentages of Color #b45289

%45.11
%20.55
%34.34

CMYK Percentages of Color #b45289

%0
%54
%24
%29

Triadic Colors of #b45289

#b45289 #89b452 #5289b4

Analogous Colors of #b45289

#b45289 #b45258 #ae52b4

Monochromatic Colors of #b45289

#b45289

Complementary Color

#b45289 #52b47d

#b45289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45289 Color CSS Codes

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

#b45289 Text Font Color

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

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


#b45289 Background Color

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

This div background color is #b45289


#b45289 Border Color

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

This div border color is #b45289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45289

#b45289 Color Palettes


Comments

No comments written yet.

Please login to write comment.