Color Hex Logo

#b45392 Color Hex

#B45392
(180,83,146)
0 Favorites   0 Comments

Color spaces of #b45392

RGB 18083146
HSL0.890.390.52
HSV321°54°71°
CMYK 0.000.540.19   0.29
XYZ27.104017.965129.2332
Yxy17.96510.36480.2418
Hunter Lab42.385339.9708-11.2228
CIE-Lab49.453846.9772-16.1722

#b45392 color RGB value is (180,83,146).

#b45392 hex color red value is 180, green value is 83 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b45392 hue: 0.89 , saturation: 0.39 and the lightness value of b45392 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 10010010
Octal 264 123 222
Decimal 180 83 146
Hex B4 53 92

RGB Percentages of Color #b45392

%44.01
%20.29
%35.70

CMYK Percentages of Color #b45392

%0
%54
%19
%29

Triadic Colors of #b45392

#b45392 #92b453 #5392b4

Analogous Colors of #b45392

#b45392 #b45362 #a653b4

Monochromatic Colors of #b45392

#b45392

Complementary Color

#b45392 #53b475

#b45392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45392 Color CSS Codes

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

#b45392 Text Font Color

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

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


#b45392 Background Color

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

This div background color is #b45392


#b45392 Border Color

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

This div border color is #b45392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45392


Comments

No comments written yet.

Please login to write comment.