Color Hex Logo

#b45eea Color Hex

#B45EEA
(180,94,234)
0 Favorites   0 Comments

Color spaces of #b45eea

RGB 18094234
HSL0.770.770.64
HSV277°60°92°
CMYK 0.230.600.00   0.08
XYZ37.676423.649280.4209
Yxy23.64920.26580.1668
Hunter Lab48.630453.1895-64.0075
CIE-Lab55.734858.0920-57.1059

#b45eea color RGB value is (180,94,234).

#b45eea hex color red value is 180, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b45eea hue: 0.77 , saturation: 0.77 and the lightness value of b45eea is 0.64.

The process color (four color CMYK) of #b45eea color hex is 0.23, 0.60, 0.00, 0.08. Web safe color of #b45eea is #cc66ff. Color #b45eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11101010
Octal 264 136 352
Decimal 180 94 234
Hex B4 5E EA

RGB Percentages of Color #b45eea

%35.43
%18.50
%46.06

CMYK Percentages of Color #b45eea

%23
%60
%0
%8

Triadic Colors of #b45eea

#b45eea #eab45e #5eeab4

Analogous Colors of #b45eea

#b45eea #ea5eda #6e5eea

Monochromatic Colors of #b45eea

#b45eea

Complementary Color

#b45eea #94ea5e

#b45eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45eea Color CSS Codes

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

#b45eea Text Font Color

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

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


#b45eea Background Color

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

This div background color is #b45eea


#b45eea Border Color

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

This div border color is #b45eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45eea


Comments

No comments written yet.

Please login to write comment.