Color Hex Logo

#b45bee Color Hex

#B45BEE
(180,91,238)
0 Favorites   0 Comments

Color spaces of #b45bee

RGB 18091238
HSL0.770.810.65
HSV276°62°93°
CMYK 0.240.620.00   0.07
XYZ37.996123.358583.3949
Yxy23.35850.26250.1614
Hunter Lab48.330655.7528-68.4739
CIE-Lab55.439760.4001-59.8163

#b45bee color RGB value is (180,91,238).

#b45bee hex color red value is 180, green value is 91 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b45bee hue: 0.77 , saturation: 0.81 and the lightness value of b45bee is 0.65.

The process color (four color CMYK) of #b45bee color hex is 0.24, 0.62, 0.00, 0.07. Web safe color of #b45bee is #cc66ff. Color #b45bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 11101110
Octal 264 133 356
Decimal 180 91 238
Hex B4 5B EE

RGB Percentages of Color #b45bee

%35.36
%17.88
%46.76

CMYK Percentages of Color #b45bee

%24
%62
%0
%7

Triadic Colors of #b45bee

#b45bee #eeb45b #5beeb4

Analogous Colors of #b45bee

#b45bee #ee5bdf #6b5bee

Monochromatic Colors of #b45bee

#b45bee

Complementary Color

#b45bee #95ee5b

#b45bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45bee Color CSS Codes

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

#b45bee Text Font Color

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

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


#b45bee Background Color

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

This div background color is #b45bee


#b45bee Border Color

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

This div border color is #b45bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45bee


Comments

No comments written yet.

Please login to write comment.