Color Hex Logo

#ba00ea Color Hex

#BA00EA
(186,0,234)
0 Favorites   0 Comments

Color spaces of #ba00ea

RGB 1860234
HSL0.801.000.46
HSV288°100°92°
CMYK 0.211.000.00   0.08
XYZ35.101016.379679.1535
Yxy16.37960.26870.1254
Hunter Lab40.471783.9870-87.6276
CIE-Lab47.468685.1550-70.4032

#ba00ea color RGB value is (186,0,234).

#ba00ea hex color red value is 186, green value is 0 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ba00ea hue: 0.80 , saturation: 1.00 and the lightness value of ba00ea is 0.46.

The process color (four color CMYK) of #ba00ea color hex is 0.21, 1.00, 0.00, 0.08. Web safe color of #ba00ea is #cc00ff. Color #ba00ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 11101010
Octal 272 0 352
Decimal 186 0 234
Hex BA 0 EA

RGB Percentages of Color #ba00ea

%44.29
%0.00
%55.71

CMYK Percentages of Color #ba00ea

%21
%100
%0
%8

Triadic Colors of #ba00ea

#ba00ea #eaba00 #00eaba

Analogous Colors of #ba00ea

#ba00ea #ea00a5 #4500ea

Monochromatic Colors of #ba00ea

#ba00ea

Complementary Color

#ba00ea #30ea00

#ba00ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba00ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba00ea Color CSS Codes

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

#ba00ea Text Font Color

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

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


#ba00ea Background Color

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

This div background color is #ba00ea


#ba00ea Border Color

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

This div border color is #ba00ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba00ea


Comments

No comments written yet.

Please login to write comment.