Color Hex Logo

#b45bb8 Color Hex

#B45BB8
(180,91,184)
0 Favorites   0 Comments

Color spaces of #b45bb8

RGB 18091184
HSL0.830.400.54
HSV297°51°72°
CMYK 0.020.510.00   0.28
XYZ31.215220.646247.6873
Yxy20.64620.31360.2074
Hunter Lab45.438143.1098-30.4182
CIE-Lab52.560149.4507-33.6766

#b45bb8 color RGB value is (180,91,184).

#b45bb8 hex color red value is 180, green value is 91 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #b45bb8 hue: 0.83 , saturation: 0.40 and the lightness value of b45bb8 is 0.54.

The process color (four color CMYK) of #b45bb8 color hex is 0.02, 0.51, 0.00, 0.28. Web safe color of #b45bb8 is #cc66cc. Color #b45bb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 10111000
Octal 264 133 270
Decimal 180 91 184
Hex B4 5B B8

RGB Percentages of Color #b45bb8

%39.56
%20.00
%40.44

CMYK Percentages of Color #b45bb8

%2
%51
%0
%28

Triadic Colors of #b45bb8

#b45bb8 #b8b45b #5bb8b4

Analogous Colors of #b45bb8

#b45bb8 #b85b8e #865bb8

Monochromatic Colors of #b45bb8

#b45bb8

Complementary Color

#b45bb8 #5fb85b

#b45bb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45bb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45bb8 Color CSS Codes

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

#b45bb8 Text Font Color

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

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


#b45bb8 Background Color

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

This div background color is #b45bb8


#b45bb8 Border Color

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

This div border color is #b45bb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45bb8


Comments

No comments written yet.

Please login to write comment.