Color Hex Logo

#ba9cbe Color Hex

#BA9CBE
(186,156,190)
0 Favorites   0 Comments

Color spaces of #ba9cbe

RGB 186156190
HSL0.810.210.68
HSV293°18°75°
CMYK 0.020.180.00   0.25
XYZ41.432437.933753.8534
Yxy37.93370.31100.2847
Hunter Lab61.590312.2955-8.7288
CIE-Lab67.971717.1676-13.3876

#ba9cbe color RGB value is (186,156,190).

#ba9cbe hex color red value is 186, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba9cbe hue: 0.81 , saturation: 0.21 and the lightness value of ba9cbe is 0.68.

The process color (four color CMYK) of #ba9cbe color hex is 0.02, 0.18, 0.00, 0.25. Web safe color of #ba9cbe is #cc99cc. Color #ba9cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011100 10111110
Octal 272 234 276
Decimal 186 156 190
Hex BA 9C BE

RGB Percentages of Color #ba9cbe

%34.96
%29.32
%35.71

CMYK Percentages of Color #ba9cbe

%2
%18
%0
%25

Triadic Colors of #ba9cbe

#ba9cbe #beba9c #9cbeba

Analogous Colors of #ba9cbe

#ba9cbe #be9cb1 #a99cbe

Monochromatic Colors of #ba9cbe

#ba9cbe

Complementary Color

#ba9cbe #a0be9c

#ba9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9cbe Color CSS Codes

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

#ba9cbe Text Font Color

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

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


#ba9cbe Background Color

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

This div background color is #ba9cbe


#ba9cbe Border Color

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

This div border color is #ba9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9cbe


Comments

No comments written yet.

Please login to write comment.