Color Hex Logo

#ba2ade Color Hex

#BA2ADE
(186,42,222)
0 Favorites   0 Comments

Color spaces of #ba2ade

RGB 18642222
HSL0.800.730.52
HSV288°81°87°
CMYK 0.160.810.00   0.13
XYZ34.262517.369070.6540
Yxy17.36900.28020.1420
Hunter Lab41.676173.8140-71.3417
CIE-Lab48.721776.8746-61.5608

#ba2ade color RGB value is (186,42,222).

#ba2ade hex color red value is 186, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ba2ade hue: 0.80 , saturation: 0.73 and the lightness value of ba2ade is 0.52.

The process color (four color CMYK) of #ba2ade color hex is 0.16, 0.81, 0.00, 0.13. Web safe color of #ba2ade is #cc33cc. Color #ba2ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 11011110
Octal 272 52 336
Decimal 186 42 222
Hex BA 2A DE

RGB Percentages of Color #ba2ade

%41.33
%9.33
%49.33

CMYK Percentages of Color #ba2ade

%16
%81
%0
%13

Triadic Colors of #ba2ade

#ba2ade #deba2a #2adeba

Analogous Colors of #ba2ade

#ba2ade #de2aa8 #602ade

Monochromatic Colors of #ba2ade

#ba2ade

Complementary Color

#ba2ade #4ede2a

#ba2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2ade Color CSS Codes

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

#ba2ade Text Font Color

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

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


#ba2ade Background Color

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

This div background color is #ba2ade


#ba2ade Border Color

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

This div border color is #ba2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2ade


Comments

No comments written yet.

Please login to write comment.