Color Hex Logo

#ba06ed Color Hex

#BA06ED
(186,6,237)
0 Favorites   0 Comments

Color spaces of #ba06ed

RGB 1866237
HSL0.800.950.48
HSV287°97°93°
CMYK 0.220.970.00   0.07
XYZ35.600916.683881.4647
Yxy16.68380.26620.1247
Hunter Lab40.845884.0991-89.6586
CIE-Lab47.859185.1668-71.4635

#ba06ed color RGB value is (186,6,237).

#ba06ed hex color red value is 186, green value is 6 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ba06ed hue: 0.80 , saturation: 0.95 and the lightness value of ba06ed is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 11101101
Octal 272 6 355
Decimal 186 6 237
Hex BA 6 ED

RGB Percentages of Color #ba06ed

%43.36
%1.40
%55.24

CMYK Percentages of Color #ba06ed

%22
%97
%0
%7

Triadic Colors of #ba06ed

#ba06ed #edba06 #06edba

Analogous Colors of #ba06ed

#ba06ed #ed06ad #4606ed

Monochromatic Colors of #ba06ed

#ba06ed

Complementary Color

#ba06ed #39ed06

#ba06ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba06ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba06ed Color CSS Codes

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

#ba06ed Text Font Color

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

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


#ba06ed Background Color

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

This div background color is #ba06ed


#ba06ed Border Color

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

This div border color is #ba06ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba06ed


Comments

No comments written yet.

Please login to write comment.