Color Hex Logo

#ba1eda Color Hex

#BA1EDA
(186,30,218)
0 Favorites   0 Comments

Color spaces of #ba1eda

RGB 18630218
HSL0.800.760.49
HSV290°86°85°
CMYK 0.150.860.00   0.15
XYZ33.368916.429667.7422
Yxy16.42960.28390.1398
Hunter Lab40.533476.0155-70.7160
CIE-Lab47.533178.8765-61.1979

#ba1eda color RGB value is (186,30,218).

#ba1eda hex color red value is 186, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba1eda hue: 0.80 , saturation: 0.76 and the lightness value of ba1eda is 0.49.

The process color (four color CMYK) of #ba1eda color hex is 0.15, 0.86, 0.00, 0.15. Web safe color of #ba1eda is #cc33cc. Color #ba1eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011110 11011010
Octal 272 36 332
Decimal 186 30 218
Hex BA 1E DA

RGB Percentages of Color #ba1eda

%42.86
%6.91
%50.23

CMYK Percentages of Color #ba1eda

%15
%86
%0
%15

Triadic Colors of #ba1eda

#ba1eda #daba1e #1edaba

Analogous Colors of #ba1eda

#ba1eda #da1e9c #5c1eda

Monochromatic Colors of #ba1eda

#ba1eda

Complementary Color

#ba1eda #3eda1e

#ba1eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1eda Color CSS Codes

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

#ba1eda Text Font Color

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

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


#ba1eda Background Color

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

This div background color is #ba1eda


#ba1eda Border Color

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

This div border color is #ba1eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1eda


Comments

No comments written yet.

Please login to write comment.