Color Hex Logo

#ba2ebe Color Hex

#BA2EBE
(186,46,190)
0 Favorites   0 Comments

Color spaces of #ba2ebe

RGB 18646190
HSL0.830.610.46
HSV298°76°75°
CMYK 0.020.760.00   0.25
XYZ30.521016.110850.2163
Yxy16.11080.31510.1664
Hunter Lab40.138365.4888-46.0799
CIE-Lab47.119570.3250-45.6957

#ba2ebe color RGB value is (186,46,190).

#ba2ebe hex color red value is 186, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba2ebe hue: 0.83 , saturation: 0.61 and the lightness value of ba2ebe is 0.46.

The process color (four color CMYK) of #ba2ebe color hex is 0.02, 0.76, 0.00, 0.25. Web safe color of #ba2ebe is #cc33cc. Color #ba2ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101110 10111110
Octal 272 56 276
Decimal 186 46 190
Hex BA 2E BE

RGB Percentages of Color #ba2ebe

%44.08
%10.90
%45.02

CMYK Percentages of Color #ba2ebe

%2
%76
%0
%25

Triadic Colors of #ba2ebe

#ba2ebe #beba2e #2ebeba

Analogous Colors of #ba2ebe

#ba2ebe #be2e7a #722ebe

Monochromatic Colors of #ba2ebe

#ba2ebe

Complementary Color

#ba2ebe #32be2e

#ba2ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2ebe Color CSS Codes

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

#ba2ebe Text Font Color

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

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


#ba2ebe Background Color

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

This div background color is #ba2ebe


#ba2ebe Border Color

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

This div border color is #ba2ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,46,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2ebe


Comments

No comments written yet.

Please login to write comment.