Color Hex Logo

#ba90ed Color Hex

#BA90ED
(186,144,237)
0 Favorites   0 Comments

Color spaces of #ba90ed

RGB 186144237
HSL0.740.720.75
HSV267°39°93°
CMYK 0.220.390.00   0.07
XYZ45.509036.500084.7674
Yxy36.50000.27290.2189
Hunter Lab60.415228.7321-40.8980
CIE-Lab66.900233.8332-41.0552

#ba90ed color RGB value is (186,144,237).

#ba90ed hex color red value is 186, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ba90ed hue: 0.74 , saturation: 0.72 and the lightness value of ba90ed is 0.75.

The process color (four color CMYK) of #ba90ed color hex is 0.22, 0.39, 0.00, 0.07. Web safe color of #ba90ed is #cc99ff. Color #ba90ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11101101
Octal 272 220 355
Decimal 186 144 237
Hex BA 90 ED

RGB Percentages of Color #ba90ed

%32.80
%25.40
%41.80

CMYK Percentages of Color #ba90ed

%22
%39
%0
%7

Triadic Colors of #ba90ed

#ba90ed #edba90 #90edba

Analogous Colors of #ba90ed

#ba90ed #e990ed #9095ed

Monochromatic Colors of #ba90ed

#ba90ed

Complementary Color

#ba90ed #c3ed90

#ba90ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90ed Color CSS Codes

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

#ba90ed Text Font Color

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

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


#ba90ed Background Color

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

This div background color is #ba90ed


#ba90ed Border Color

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

This div border color is #ba90ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90ed


Comments

No comments written yet.

Please login to write comment.