Color Hex Logo

#ba90d6 Color Hex

#BA90D6
(186,144,214)
0 Favorites   0 Comments

Color spaces of #ba90d6

RGB 186144214
HSL0.770.460.70
HSV276°33°84°
CMYK 0.130.330.00   0.16
XYZ42.360635.240768.1878
Yxy35.24070.29060.2417
Hunter Lab59.363923.4864-26.5482
CIE-Lab65.935628.7540-29.8430

#ba90d6 color RGB value is (186,144,214).

#ba90d6 hex color red value is 186, green value is 144 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ba90d6 hue: 0.77 , saturation: 0.46 and the lightness value of ba90d6 is 0.70.

The process color (four color CMYK) of #ba90d6 color hex is 0.13, 0.33, 0.00, 0.16. Web safe color of #ba90d6 is #cc99cc. Color #ba90d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11010110
Octal 272 220 326
Decimal 186 144 214
Hex BA 90 D6

RGB Percentages of Color #ba90d6

%34.19
%26.47
%39.34

CMYK Percentages of Color #ba90d6

%13
%33
%0
%16

Triadic Colors of #ba90d6

#ba90d6 #d6ba90 #90d6ba

Analogous Colors of #ba90d6

#ba90d6 #d690cf #9790d6

Monochromatic Colors of #ba90d6

#ba90d6

Complementary Color

#ba90d6 #acd690

#ba90d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90d6 Color CSS Codes

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

#ba90d6 Text Font Color

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

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


#ba90d6 Background Color

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

This div background color is #ba90d6


#ba90d6 Border Color

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

This div border color is #ba90d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90d6


Comments

No comments written yet.

Please login to write comment.