Color Hex Logo

#ba76dd Color Hex

#BA76DD
(186,118,221)
0 Favorites   0 Comments

Color spaces of #ba76dd

RGB 186118221
HSL0.780.600.66
HSV280°47°87°
CMYK 0.160.470.00   0.13
XYZ39.779328.616471.8335
Yxy28.61640.28370.2041
Hunter Lab53.494339.1207-42.1701
CIE-Lab60.441644.5144-42.3123

#ba76dd color RGB value is (186,118,221).

#ba76dd hex color red value is 186, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba76dd hue: 0.78 , saturation: 0.60 and the lightness value of ba76dd is 0.66.

The process color (four color CMYK) of #ba76dd color hex is 0.16, 0.47, 0.00, 0.13. Web safe color of #ba76dd is #cc66cc. Color #ba76dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110110 11011101
Octal 272 166 335
Decimal 186 118 221
Hex BA 76 DD

RGB Percentages of Color #ba76dd

%35.43
%22.48
%42.10

CMYK Percentages of Color #ba76dd

%16
%47
%0
%13

Triadic Colors of #ba76dd

#ba76dd #ddba76 #76ddba

Analogous Colors of #ba76dd

#ba76dd #dd76cd #8776dd

Monochromatic Colors of #ba76dd

#ba76dd

Complementary Color

#ba76dd #99dd76

#ba76dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba76dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba76dd Color CSS Codes

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

#ba76dd Text Font Color

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

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


#ba76dd Background Color

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

This div background color is #ba76dd


#ba76dd Border Color

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

This div border color is #ba76dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba76dd


Comments

No comments written yet.

Please login to write comment.