Color Hex Logo

#ba7edb Color Hex

#BA7EDB
(186,126,219)
0 Favorites   0 Comments

Color spaces of #ba7edb

RGB 186126219
HSL0.770.560.68
HSV279°42°86°
CMYK 0.150.420.00   0.14
XYZ40.496730.475370.7657
Yxy30.47530.28570.2150
Hunter Lab55.204434.3357-37.3598
CIE-Lab62.062239.7640-38.6511

#ba7edb color RGB value is (186,126,219).

#ba7edb hex color red value is 186, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba7edb hue: 0.77 , saturation: 0.56 and the lightness value of ba7edb is 0.68.

The process color (four color CMYK) of #ba7edb color hex is 0.15, 0.42, 0.00, 0.14. Web safe color of #ba7edb is #cc66cc. Color #ba7edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111110 11011011
Octal 272 176 333
Decimal 186 126 219
Hex BA 7E DB

RGB Percentages of Color #ba7edb

%35.03
%23.73
%41.24

CMYK Percentages of Color #ba7edb

%15
%42
%0
%14

Triadic Colors of #ba7edb

#ba7edb #dbba7e #7edbba

Analogous Colors of #ba7edb

#ba7edb #db7ece #8c7edb

Monochromatic Colors of #ba7edb

#ba7edb

Complementary Color

#ba7edb #9fdb7e

#ba7edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7edb Color CSS Codes

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

#ba7edb Text Font Color

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

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


#ba7edb Background Color

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

This div background color is #ba7edb


#ba7edb Border Color

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

This div border color is #ba7edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7edb


Comments

No comments written yet.

Please login to write comment.