Color Hex Logo

#ba95db Color Hex

#BA95DB
(186,149,219)
0 Favorites   0 Comments

Color spaces of #ba95db

RGB 186149219
HSL0.750.490.72
HSV272°32°86°
CMYK 0.150.320.00   0.14
XYZ43.783337.048571.8613
Yxy37.04850.28670.2426
Hunter Lab60.867521.8808-27.3917
CIE-Lab67.313427.0441-30.4868

#ba95db color RGB value is (186,149,219).

#ba95db hex color red value is 186, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba95db hue: 0.75 , saturation: 0.49 and the lightness value of ba95db is 0.72.

The process color (four color CMYK) of #ba95db color hex is 0.15, 0.32, 0.00, 0.14. Web safe color of #ba95db is #cc99cc. Color #ba95db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010101 11011011
Octal 272 225 333
Decimal 186 149 219
Hex BA 95 DB

RGB Percentages of Color #ba95db

%33.57
%26.90
%39.53

CMYK Percentages of Color #ba95db

%15
%32
%0
%14

Triadic Colors of #ba95db

#ba95db #dbba95 #95dbba

Analogous Colors of #ba95db

#ba95db #db95d9 #9795db

Monochromatic Colors of #ba95db

#ba95db

Complementary Color

#ba95db #b6db95

#ba95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba95db Color CSS Codes

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

#ba95db Text Font Color

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

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


#ba95db Background Color

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

This div background color is #ba95db


#ba95db Border Color

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

This div border color is #ba95db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba95db


Comments

No comments written yet.

Please login to write comment.