Color Hex Logo

#ba05ed Color Hex

#BA05ED
(186,5,237)
0 Favorites   0 Comments

Color spaces of #ba05ed

RGB 1865237
HSL0.800.960.47
HSV287°98°93°
CMYK 0.220.980.00   0.07
XYZ35.590016.662181.4611
Yxy16.66210.26620.1246
Hunter Lab40.819284.1992-89.7489
CIE-Lab47.831485.2494-71.5086

#ba05ed color RGB value is (186,5,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 11101101
Octal 272 5 355
Decimal 186 5 237
Hex BA 5 ED

RGB Percentages of Color #ba05ed

%43.46
%1.17
%55.37

CMYK Percentages of Color #ba05ed

%22
%98
%0
%7

Triadic Colors of #ba05ed

#ba05ed #edba05 #05edba

Analogous Colors of #ba05ed

#ba05ed #ed05ac #4605ed

Monochromatic Colors of #ba05ed

#ba05ed

Complementary Color

#ba05ed #38ed05

#ba05ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba05ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba05ed Color CSS Codes

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

#ba05ed Text Font Color

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

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


#ba05ed Background Color

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

This div background color is #ba05ed


#ba05ed Border Color

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

This div border color is #ba05ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba05ed


Comments

No comments written yet.

Please login to write comment.