Color Hex Logo

#ba7ddb Color Hex

#BA7DDB
(186,125,219)
0 Favorites   0 Comments

Color spaces of #ba7ddb

RGB 186125219
HSL0.770.570.67
HSV279°43°86°
CMYK 0.150.430.00   0.14
XYZ40.369530.220870.7233
Yxy30.22080.28570.2139
Hunter Lab54.973434.8771-37.7951
CIE-Lab61.844340.3090-38.9922

#ba7ddb color RGB value is (186,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111101 11011011
Octal 272 175 333
Decimal 186 125 219
Hex BA 7D DB

RGB Percentages of Color #ba7ddb

%35.09
%23.58
%41.32

CMYK Percentages of Color #ba7ddb

%15
%43
%0
%14

Triadic Colors of #ba7ddb

#ba7ddb #dbba7d #7ddbba

Analogous Colors of #ba7ddb

#ba7ddb #db7dcd #8b7ddb

Monochromatic Colors of #ba7ddb

#ba7ddb

Complementary Color

#ba7ddb #9edb7d

#ba7ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba7ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba7ddb Color CSS Codes

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

#ba7ddb Text Font Color

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

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


#ba7ddb Background Color

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

This div background color is #ba7ddb


#ba7ddb Border Color

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

This div border color is #ba7ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba7ddb


Comments

No comments written yet.

Please login to write comment.