Color Hex Logo

#ba90fd Color Hex

#BA90FD
(186,144,253)
0 Favorites   0 Comments

Color spaces of #ba90fd

RGB 186144253
HSL0.730.960.78
HSV263°43°99°
CMYK 0.260.430.00   0.01
XYZ47.952637.477597.6350
Yxy37.47750.26190.2047
Hunter Lab61.218932.6856-51.7055
CIE-Lab67.633737.5508-48.6652

#ba90fd color RGB value is (186,144,253).

#ba90fd hex color red value is 186, green value is 144 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ba90fd hue: 0.73 , saturation: 0.96 and the lightness value of ba90fd is 0.78.

The process color (four color CMYK) of #ba90fd color hex is 0.26, 0.43, 0.00, 0.01. Web safe color of #ba90fd is #cc99ff. Color #ba90fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11111101
Octal 272 220 375
Decimal 186 144 253
Hex BA 90 FD

RGB Percentages of Color #ba90fd

%31.90
%24.70
%43.40

CMYK Percentages of Color #ba90fd

%26
%43
%0
%1

Triadic Colors of #ba90fd

#ba90fd #fdba90 #90fdba

Analogous Colors of #ba90fd

#ba90fd #f190fd #909dfd

Monochromatic Colors of #ba90fd

#ba90fd

Complementary Color

#ba90fd #d3fd90

#ba90fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90fd Color CSS Codes

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

#ba90fd Text Font Color

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

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


#ba90fd Background Color

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

This div background color is #ba90fd


#ba90fd Border Color

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

This div border color is #ba90fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90fd


Comments

No comments written yet.

Please login to write comment.