Color Hex Logo

#ba70ec Color Hex

#BA70EC
(186,112,236)
0 Favorites   0 Comments

Color spaces of #ba70ec

RGB 186112236
HSL0.770.770.68
HSV276°53°93°
CMYK 0.210.530.00   0.07
XYZ41.184228.083682.6069
Yxy28.08360.27120.1849
Hunter Lab52.994045.9816-55.3254
CIE-Lab59.964250.9242-51.4373

#ba70ec color RGB value is (186,112,236).

#ba70ec hex color red value is 186, green value is 112 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ba70ec hue: 0.77 , saturation: 0.77 and the lightness value of ba70ec is 0.68.

The process color (four color CMYK) of #ba70ec color hex is 0.21, 0.53, 0.00, 0.07. Web safe color of #ba70ec is #cc66ff. Color #ba70ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 11101100
Octal 272 160 354
Decimal 186 112 236
Hex BA 70 EC

RGB Percentages of Color #ba70ec

%34.83
%20.97
%44.19

CMYK Percentages of Color #ba70ec

%21
%53
%0
%7

Triadic Colors of #ba70ec

#ba70ec #ecba70 #70ecba

Analogous Colors of #ba70ec

#ba70ec #ec70e0 #7c70ec

Monochromatic Colors of #ba70ec

#ba70ec

Complementary Color

#ba70ec #a2ec70

#ba70ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba70ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba70ec Color CSS Codes

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

#ba70ec Text Font Color

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

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


#ba70ec Background Color

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

This div background color is #ba70ec


#ba70ec Border Color

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

This div border color is #ba70ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba70ec


Comments

No comments written yet.

Please login to write comment.