Color Hex Logo

#b45290 Color Hex

#B45290
(180,82,144)
0 Favorites   0 Comments

Color spaces of #b45290

RGB 18082144
HSL0.890.400.51
HSV322°54°71°
CMYK 0.000.540.20   0.29
XYZ26.873717.751528.3955
Yxy17.75150.36800.2431
Hunter Lab42.132540.1220-10.4661
CIE-Lab49.193347.1650-15.3768

#b45290 color RGB value is (180,82,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010010 10010000
Octal 264 122 220
Decimal 180 82 144
Hex B4 52 90

RGB Percentages of Color #b45290

%44.33
%20.20
%35.47

CMYK Percentages of Color #b45290

%0
%54
%20
%29

Triadic Colors of #b45290

#b45290 #90b452 #5290b4

Analogous Colors of #b45290

#b45290 #b4525f #a752b4

Monochromatic Colors of #b45290

#b45290

Complementary Color

#b45290 #52b476

#b45290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45290 Color CSS Codes

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

#b45290 Text Font Color

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

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


#b45290 Background Color

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

This div background color is #b45290


#b45290 Border Color

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

This div border color is #b45290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45290


Comments

No comments written yet.

Please login to write comment.