Color Hex Logo

#ba89cb Color Hex

#BA89CB
(186,137,203)
0 Favorites   0 Comments

Color spaces of #ba89cb

RGB 186137203
HSL0.790.390.67
HSV285°33°80°
CMYK 0.080.330.00   0.20
XYZ39.974932.642260.6936
Yxy32.64220.29990.2449
Hunter Lab57.133424.9090-22.9913
CIE-Lab63.870130.3481-26.8907

#ba89cb color RGB value is (186,137,203).

#ba89cb hex color red value is 186, green value is 137 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba89cb hue: 0.79 , saturation: 0.39 and the lightness value of ba89cb is 0.67.

The process color (four color CMYK) of #ba89cb color hex is 0.08, 0.33, 0.00, 0.20. Web safe color of #ba89cb is #cc99cc. Color #ba89cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 11001011
Octal 272 211 313
Decimal 186 137 203
Hex BA 89 CB

RGB Percentages of Color #ba89cb

%35.36
%26.05
%38.59

CMYK Percentages of Color #ba89cb

%8
%33
%0
%20

Triadic Colors of #ba89cb

#ba89cb #cbba89 #89cbba

Analogous Colors of #ba89cb

#ba89cb #cb89bb #9989cb

Monochromatic Colors of #ba89cb

#ba89cb

Complementary Color

#ba89cb #9acb89

#ba89cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba89cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba89cb Color CSS Codes

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

#ba89cb Text Font Color

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

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


#ba89cb Background Color

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

This div background color is #ba89cb


#ba89cb Border Color

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

This div border color is #ba89cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba89cb


Comments

No comments written yet.

Please login to write comment.