Color Hex Logo

#ba61ee Color Hex

#BA61EE
(186,97,238)
0 Favorites   0 Comments

Color spaces of #ba61ee

RGB 18697238
HSL0.770.810.66
HSV278°59°93°
CMYK 0.220.590.00   0.07
XYZ39.957025.161583.6396
Yxy25.16150.26860.1691
Hunter Lab50.161254.4058-63.7482
CIE-Lab57.232458.9030-56.9042

#ba61ee color RGB value is (186,97,238).

#ba61ee hex color red value is 186, green value is 97 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba61ee hue: 0.77 , saturation: 0.81 and the lightness value of ba61ee is 0.66.

The process color (four color CMYK) of #ba61ee color hex is 0.22, 0.59, 0.00, 0.07. Web safe color of #ba61ee is #cc66ff. Color #ba61ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 11101110
Octal 272 141 356
Decimal 186 97 238
Hex BA 61 EE

RGB Percentages of Color #ba61ee

%35.70
%18.62
%45.68

CMYK Percentages of Color #ba61ee

%22
%59
%0
%7

Triadic Colors of #ba61ee

#ba61ee #eeba61 #61eeba

Analogous Colors of #ba61ee

#ba61ee #ee61dc #7461ee

Monochromatic Colors of #ba61ee

#ba61ee

Complementary Color

#ba61ee #95ee61

#ba61ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba61ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba61ee Color CSS Codes

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

#ba61ee Text Font Color

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

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


#ba61ee Background Color

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

This div background color is #ba61ee


#ba61ee Border Color

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

This div border color is #ba61ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,97,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 #ba61ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba61ee


Comments

No comments written yet.

Please login to write comment.