Color Hex Logo

#ba7ebe Color Hex

#BA7EBE
(186,126,190)
0 Favorites   0 Comments

Color spaces of #ba7ebe

RGB 186126190
HSL0.820.330.62
HSV296°34°75°
CMYK 0.020.340.00   0.25
XYZ37.004829.078552.3775
Yxy29.07850.31240.2455
Hunter Lab53.924528.1249-19.8420
CIE-Lab60.850833.8447-24.2067

#ba7ebe color RGB value is (186,126,190).

#ba7ebe hex color red value is 186, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba7ebe hue: 0.82 , saturation: 0.33 and the lightness value of ba7ebe is 0.62.

The process color (four color CMYK) of #ba7ebe color hex is 0.02, 0.34, 0.00, 0.25. Web safe color of #ba7ebe is #cc66cc. Color #ba7ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 10111110
Octal 272 176 276
Decimal 186 126 190
Hex BA 7E BE

RGB Percentages of Color #ba7ebe

%37.05
%25.10
%37.85

CMYK Percentages of Color #ba7ebe

%2
%34
%0
%25

Triadic Colors of #ba7ebe

#ba7ebe #beba7e #7ebeba

Analogous Colors of #ba7ebe

#ba7ebe #be7ea2 #9a7ebe

Monochromatic Colors of #ba7ebe

#ba7ebe

Complementary Color

#ba7ebe #82be7e

#ba7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7ebe Color CSS Codes

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

#ba7ebe Text Font Color

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

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


#ba7ebe Background Color

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

This div background color is #ba7ebe


#ba7ebe Border Color

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

This div border color is #ba7ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,126,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 #ba7ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7ebe


Comments

No comments written yet.

Please login to write comment.