Color Hex Logo

#ba01ed Color Hex

#BA01ED
(186,1,237)
0 Favorites   0 Comments

Color spaces of #ba01ed

RGB 1861237
HSL0.800.990.47
HSV287°100°93°
CMYK 0.221.000.00   0.07
XYZ35.546616.575281.4466
Yxy16.57520.26610.1241
Hunter Lab40.712784.6029-90.1122
CIE-Lab47.720385.5820-71.6894

#ba01ed color RGB value is (186,1,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 11101101
Octal 272 1 355
Decimal 186 1 237
Hex BA 1 ED

RGB Percentages of Color #ba01ed

%43.87
%0.24
%55.90

CMYK Percentages of Color #ba01ed

%22
%100
%0
%7

Triadic Colors of #ba01ed

#ba01ed #edba01 #01edba

Analogous Colors of #ba01ed

#ba01ed #ed01aa #4401ed

Monochromatic Colors of #ba01ed

#ba01ed

Complementary Color

#ba01ed #34ed01

#ba01ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba01ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba01ed Color CSS Codes

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

#ba01ed Text Font Color

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

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


#ba01ed Background Color

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

This div background color is #ba01ed


#ba01ed Border Color

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

This div border color is #ba01ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba01ed


Comments

No comments written yet.

Please login to write comment.