Color Hex Logo

#b45bef Color Hex

#B45BEF
(180,91,239)
0 Favorites   0 Comments

Color spaces of #b45bef

RGB 18091239
HSL0.770.820.65
HSV276°62°94°
CMYK 0.250.620.00   0.06
XYZ38.143523.417584.1710
Yxy23.41750.26170.1607
Hunter Lab48.391656.0128-69.2532
CIE-Lab55.499860.6167-60.2786

#b45bef color RGB value is (180,91,239).

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

The process color (four color CMYK) of #b45bef color hex is 0.25, 0.62, 0.00, 0.06. Web safe color of #b45bef is #cc66ff. Color #b45bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011011 11101111
Octal 264 133 357
Decimal 180 91 239
Hex B4 5B EF

RGB Percentages of Color #b45bef

%35.29
%17.84
%46.86

CMYK Percentages of Color #b45bef

%25
%62
%0
%6

Triadic Colors of #b45bef

#b45bef #efb45b #5befb4

Analogous Colors of #b45bef

#b45bef #ef5be0 #6a5bef

Monochromatic Colors of #b45bef

#b45bef

Complementary Color

#b45bef #96ef5b

#b45bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45bef Color CSS Codes

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

#b45bef Text Font Color

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

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


#b45bef Background Color

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

This div background color is #b45bef


#b45bef Border Color

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

This div border color is #b45bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45bef


Comments

No comments written yet.

Please login to write comment.