Color Hex Logo

#ba2eca Color Hex

#BA2ECA
(186,46,202)
0 Favorites   0 Comments

Color spaces of #ba2eca

RGB 18646202
HSL0.820.630.49
HSV294°77°79°
CMYK 0.080.770.00   0.21
XYZ31.887416.657457.4117
Yxy16.65740.30090.1572
Hunter Lab40.813568.0377-54.8329
CIE-Lab47.825472.3174-51.5321

#ba2eca color RGB value is (186,46,202).

#ba2eca hex color red value is 186, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba2eca hue: 0.82 , saturation: 0.63 and the lightness value of ba2eca is 0.49.

The process color (four color CMYK) of #ba2eca color hex is 0.08, 0.77, 0.00, 0.21. Web safe color of #ba2eca is #cc33cc. Color #ba2eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101110 11001010
Octal 272 56 312
Decimal 186 46 202
Hex BA 2E CA

RGB Percentages of Color #ba2eca

%42.86
%10.60
%46.54

CMYK Percentages of Color #ba2eca

%8
%77
%0
%21

Triadic Colors of #ba2eca

#ba2eca #caba2e #2ecaba

Analogous Colors of #ba2eca

#ba2eca #ca2e8c #6c2eca

Monochromatic Colors of #ba2eca

#ba2eca

Complementary Color

#ba2eca #3eca2e

#ba2eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2eca Color CSS Codes

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

#ba2eca Text Font Color

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

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


#ba2eca Background Color

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

This div background color is #ba2eca


#ba2eca Border Color

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

This div border color is #ba2eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2eca


Comments

No comments written yet.

Please login to write comment.