Color Hex Logo

#ba10ef Color Hex

#BA10EF
(186,16,239)
0 Favorites   0 Comments

Color spaces of #ba10ef

RGB 18616239
HSL0.790.870.50
HSV286°93°94°
CMYK 0.220.930.00   0.06
XYZ36.015017.041783.0525
Yxy17.04170.26460.1252
Hunter Lab41.281683.4847-90.3857
CIE-Lab48.312584.6045-71.8538

#ba10ef color RGB value is (186,16,239).

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

The process color (four color CMYK) of #ba10ef color hex is 0.22, 0.93, 0.00, 0.06. Web safe color of #ba10ef is #cc00ff. Color #ba10ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 11101111
Octal 272 20 357
Decimal 186 16 239
Hex BA 10 EF

RGB Percentages of Color #ba10ef

%42.18
%3.63
%54.20

CMYK Percentages of Color #ba10ef

%22
%93
%0
%6

Triadic Colors of #ba10ef

#ba10ef #efba10 #10efba

Analogous Colors of #ba10ef

#ba10ef #ef10b5 #4b10ef

Monochromatic Colors of #ba10ef

#ba10ef

Complementary Color

#ba10ef #45ef10

#ba10ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba10ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba10ef Color CSS Codes

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

#ba10ef Text Font Color

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

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


#ba10ef Background Color

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

This div background color is #ba10ef


#ba10ef Border Color

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

This div border color is #ba10ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba10ef


Comments

No comments written yet.

Please login to write comment.