Color Hex Logo

#ba12ee Color Hex

#BA12EE
(186,18,238)
0 Favorites   0 Comments

Color spaces of #ba12ee

RGB 18618238
HSL0.790.870.50
HSV286°92°93°
CMYK 0.220.920.00   0.07
XYZ35.898617.044882.2868
Yxy17.04480.26550.1260
Hunter Lab41.285382.9607-89.2726
CIE-Lab48.316484.1975-71.2837

#ba12ee color RGB value is (186,18,238).

#ba12ee hex color red value is 186, green value is 18 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba12ee hue: 0.79 , saturation: 0.87 and the lightness value of ba12ee is 0.50.

The process color (four color CMYK) of #ba12ee color hex is 0.22, 0.92, 0.00, 0.07. Web safe color of #ba12ee is #cc00ff. Color #ba12ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 11101110
Octal 272 22 356
Decimal 186 18 238
Hex BA 12 EE

RGB Percentages of Color #ba12ee

%42.08
%4.07
%53.85

CMYK Percentages of Color #ba12ee

%22
%92
%0
%7

Triadic Colors of #ba12ee

#ba12ee #eeba12 #12eeba

Analogous Colors of #ba12ee

#ba12ee #ee12b4 #4c12ee

Monochromatic Colors of #ba12ee

#ba12ee

Complementary Color

#ba12ee #46ee12

#ba12ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba12ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba12ee Color CSS Codes

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

#ba12ee Text Font Color

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

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


#ba12ee Background Color

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

This div background color is #ba12ee


#ba12ee Border Color

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

This div border color is #ba12ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba12ee


Comments

No comments written yet.

Please login to write comment.