Color Hex Logo

#b45199 Color Hex

#B45199
(180,81,153)
0 Favorites   0 Comments

Color spaces of #b45199

RGB 18081153
HSL0.880.400.51
HSV316°55°71°
CMYK 0.000.550.15   0.29
XYZ27.514617.888132.1396
Yxy17.88810.35480.2307
Hunter Lab42.294342.1082-15.4486
CIE-Lab49.360149.0344-20.4752

#b45199 color RGB value is (180,81,153).

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

The process color (four color CMYK) of #b45199 color hex is 0.00, 0.55, 0.15, 0.29. Web safe color of #b45199 is #cc6699. Color #b45199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010001 10011001
Octal 264 121 231
Decimal 180 81 153
Hex B4 51 99

RGB Percentages of Color #b45199

%43.48
%19.57
%36.96

CMYK Percentages of Color #b45199

%0
%55
%15
%29

Triadic Colors of #b45199

#b45199 #99b451 #5199b4

Analogous Colors of #b45199

#b45199 #b45168 #9e51b4

Monochromatic Colors of #b45199

#b45199

Complementary Color

#b45199 #51b46c

#b45199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45199 Color CSS Codes

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

#b45199 Text Font Color

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

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


#b45199 Background Color

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

This div background color is #b45199


#b45199 Border Color

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

This div border color is #b45199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45199


Comments

No comments written yet.

Please login to write comment.