Color Hex Logo

#ba90cd Color Hex

#BA90CD
(186,144,205)
0 Favorites   0 Comments

Color spaces of #ba90cd

RGB 186144205
HSL0.780.380.68
HSV281°30°80°
CMYK 0.090.300.00   0.20
XYZ41.242434.793462.2997
Yxy34.79340.29810.2515
Hunter Lab58.985921.5801-21.3307
CIE-Lab65.587526.8640-25.3691

#ba90cd color RGB value is (186,144,205).

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

The process color (four color CMYK) of #ba90cd color hex is 0.09, 0.30, 0.00, 0.20. Web safe color of #ba90cd is #cc99cc. Color #ba90cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11001101
Octal 272 220 315
Decimal 186 144 205
Hex BA 90 CD

RGB Percentages of Color #ba90cd

%34.77
%26.92
%38.32

CMYK Percentages of Color #ba90cd

%9
%30
%0
%20

Triadic Colors of #ba90cd

#ba90cd #cdba90 #90cdba

Analogous Colors of #ba90cd

#ba90cd #cd90c2 #9c90cd

Monochromatic Colors of #ba90cd

#ba90cd

Complementary Color

#ba90cd #a3cd90

#ba90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90cd Color CSS Codes

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

#ba90cd Text Font Color

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

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


#ba90cd Background Color

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

This div background color is #ba90cd


#ba90cd Border Color

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

This div border color is #ba90cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90cd


Comments

No comments written yet.

Please login to write comment.