Color Hex Logo

#ba0eda Color Hex

#BA0EDA
(186,14,218)
0 Favorites   0 Comments

Color spaces of #ba0eda

RGB 18614218
HSL0.810.880.45
HSV291°94°85°
CMYK 0.150.940.00   0.15
XYZ33.061615.815167.6398
Yxy15.81510.28380.1357
Hunter Lab39.768278.8030-73.0057
CIE-Lab46.731081.2481-62.4949

#ba0eda color RGB value is (186,14,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001110 11011010
Octal 272 16 332
Decimal 186 14 218
Hex BA E DA

RGB Percentages of Color #ba0eda

%44.50
%3.35
%52.15

CMYK Percentages of Color #ba0eda

%15
%94
%0
%15

Triadic Colors of #ba0eda

#ba0eda #daba0e #0edaba

Analogous Colors of #ba0eda

#ba0eda #da0e94 #540eda

Monochromatic Colors of #ba0eda

#ba0eda

Complementary Color

#ba0eda #2eda0e

#ba0eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0eda Color CSS Codes

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

#ba0eda Text Font Color

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

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


#ba0eda Background Color

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

This div background color is #ba0eda


#ba0eda Border Color

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

This div border color is #ba0eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0eda


Comments

No comments written yet.

Please login to write comment.