Color Hex Logo

#b40eda Color Hex

#B40EDA
(180,14,218)
0 Favorites   0 Comments

Color spaces of #b40eda

RGB 18014218
HSL0.800.880.45
HSV289°94°85°
CMYK 0.170.940.00   0.15
XYZ31.634315.079367.5730
Yxy15.07930.27680.1319
Hunter Lab38.832177.4577-75.9901
CIE-Lab45.742680.3734-64.1428

#b40eda color RGB value is (180,14,218).

#b40eda hex color red value is 180, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b40eda hue: 0.80 , saturation: 0.88 and the lightness value of b40eda is 0.45.

The process color (four color CMYK) of #b40eda color hex is 0.17, 0.94, 0.00, 0.15. Web safe color of #b40eda is #cc00cc. Color #b40eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001110 11011010
Octal 264 16 332
Decimal 180 14 218
Hex B4 E DA

RGB Percentages of Color #b40eda

%43.69
%3.40
%52.91

CMYK Percentages of Color #b40eda

%17
%94
%0
%15

Triadic Colors of #b40eda

#b40eda #dab40e #0edab4

Analogous Colors of #b40eda

#b40eda #da0e9a #4e0eda

Monochromatic Colors of #b40eda

#b40eda

Complementary Color

#b40eda #34da0e

#b40eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40eda Color CSS Codes

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

#b40eda Text Font Color

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

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


#b40eda Background Color

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

This div background color is #b40eda


#b40eda Border Color

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

This div border color is #b40eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,14,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 #b40eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40eda


Comments

No comments written yet.

Please login to write comment.