Color Hex Logo

#ba90dc Color Hex

#BA90DC
(186,144,220)
0 Favorites   0 Comments

Color spaces of #ba90dc

RGB 186144220
HSL0.760.520.71
HSV273°35°86°
CMYK 0.150.350.00   0.14
XYZ43.141235.552972.2988
Yxy35.55290.28570.2355
Hunter Lab59.626324.8036-30.1527
CIE-Lab66.176930.0458-32.7989

#ba90dc color RGB value is (186,144,220).

#ba90dc hex color red value is 186, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba90dc hue: 0.76 , saturation: 0.52 and the lightness value of ba90dc is 0.71.

The process color (four color CMYK) of #ba90dc color hex is 0.15, 0.35, 0.00, 0.14. Web safe color of #ba90dc is #cc99cc. Color #ba90dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11011100
Octal 272 220 334
Decimal 186 144 220
Hex BA 90 DC

RGB Percentages of Color #ba90dc

%33.82
%26.18
%40.00

CMYK Percentages of Color #ba90dc

%15
%35
%0
%14

Triadic Colors of #ba90dc

#ba90dc #dcba90 #90dcba

Analogous Colors of #ba90dc

#ba90dc #dc90d8 #9490dc

Monochromatic Colors of #ba90dc

#ba90dc

Complementary Color

#ba90dc #b2dc90

#ba90dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90dc Color CSS Codes

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

#ba90dc Text Font Color

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

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


#ba90dc Background Color

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

This div background color is #ba90dc


#ba90dc Border Color

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

This div border color is #ba90dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90dc


Comments

No comments written yet.

Please login to write comment.