Color Hex Logo

#ba91dd Color Hex

#BA91DD
(186,145,221)
0 Favorites   0 Comments

Color spaces of #ba91dd

RGB 186145221
HSL0.760.530.72
HSV272°34°87°
CMYK 0.160.340.00   0.13
XYZ43.426235.910473.0492
Yxy35.91040.28500.2357
Hunter Lab59.925324.4848-30.3271
CIE-Lab66.451429.7069-32.9272

#ba91dd color RGB value is (186,145,221).

#ba91dd hex color red value is 186, green value is 145 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba91dd hue: 0.76 , saturation: 0.53 and the lightness value of ba91dd is 0.72.

The process color (four color CMYK) of #ba91dd color hex is 0.16, 0.34, 0.00, 0.13. Web safe color of #ba91dd is #cc99cc. Color #ba91dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010001 11011101
Octal 272 221 335
Decimal 186 145 221
Hex BA 91 DD

RGB Percentages of Color #ba91dd

%33.70
%26.27
%40.04

CMYK Percentages of Color #ba91dd

%16
%34
%0
%13

Triadic Colors of #ba91dd

#ba91dd #ddba91 #91ddba

Analogous Colors of #ba91dd

#ba91dd #dd91da #9491dd

Monochromatic Colors of #ba91dd

#ba91dd

Complementary Color

#ba91dd #b4dd91

#ba91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba91dd Color CSS Codes

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

#ba91dd Text Font Color

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

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


#ba91dd Background Color

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

This div background color is #ba91dd


#ba91dd Border Color

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

This div border color is #ba91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba91dd


Comments

No comments written yet.

Please login to write comment.