Color Hex Logo

#b80eda Color Hex

#B80EDA
(184,14,218)
0 Favorites   0 Comments

Color spaces of #b80eda

RGB 18414218
HSL0.810.880.45
HSV290°94°85°
CMYK 0.160.940.00   0.15
XYZ32.579115.566467.6172
Yxy15.56640.28140.1345
Hunter Lab39.454378.3502-73.9939
CIE-Lab46.400480.9539-63.0458

#b80eda color RGB value is (184,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001110 11011010
Octal 270 16 332
Decimal 184 14 218
Hex B8 E DA

RGB Percentages of Color #b80eda

%44.23
%3.37
%52.40

CMYK Percentages of Color #b80eda

%16
%94
%0
%15

Triadic Colors of #b80eda

#b80eda #dab80e #0edab8

Analogous Colors of #b80eda

#b80eda #da0e96 #520eda

Monochromatic Colors of #b80eda

#b80eda

Complementary Color

#b80eda #30da0e

#b80eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80eda Color CSS Codes

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

#b80eda Text Font Color

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

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


#b80eda Background Color

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

This div background color is #b80eda


#b80eda Border Color

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

This div border color is #b80eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80eda


Comments

No comments written yet.

Please login to write comment.