Color Hex Logo

#b45eda Color Hex

#B45EDA
(180,94,218)
0 Favorites   0 Comments

Color spaces of #b45eda

RGB 18094218
HSL0.780.630.61
HSV282°57°85°
CMYK 0.170.570.00   0.15
XYZ35.480022.770768.8548
Yxy22.77070.27910.1791
Hunter Lab47.718749.2115-52.1484
CIE-Lab54.835454.6883-49.5376

#b45eda color RGB value is (180,94,218).

#b45eda hex color red value is 180, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b45eda hue: 0.78 , saturation: 0.63 and the lightness value of b45eda is 0.61.

The process color (four color CMYK) of #b45eda color hex is 0.17, 0.57, 0.00, 0.15. Web safe color of #b45eda is #cc66cc. Color #b45eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11011010
Octal 264 136 332
Decimal 180 94 218
Hex B4 5E DA

RGB Percentages of Color #b45eda

%36.59
%19.11
%44.31

CMYK Percentages of Color #b45eda

%17
%57
%0
%15

Triadic Colors of #b45eda

#b45eda #dab45e #5edab4

Analogous Colors of #b45eda

#b45eda #da5ec2 #765eda

Monochromatic Colors of #b45eda

#b45eda

Complementary Color

#b45eda #84da5e

#b45eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45eda Color CSS Codes

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

#b45eda Text Font Color

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

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


#b45eda Background Color

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

This div background color is #b45eda


#b45eda Border Color

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

This div border color is #b45eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45eda


Comments

No comments written yet.

Please login to write comment.