Color Hex Logo

#ba84dd Color Hex

#BA84DD
(186,132,221)
0 Favorites   0 Comments

Color spaces of #ba84dd

RGB 186132221
HSL0.770.570.69
HSV276°40°87°
CMYK 0.160.400.00   0.13
XYZ41.552132.162172.4245
Yxy32.16210.28430.2201
Hunter Lab56.711631.5400-36.0191
CIE-Lab63.476636.9077-37.5556

#ba84dd color RGB value is (186,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 11011101
Octal 272 204 335
Decimal 186 132 221
Hex BA 84 DD

RGB Percentages of Color #ba84dd

%34.51
%24.49
%41.00

CMYK Percentages of Color #ba84dd

%16
%40
%0
%13

Triadic Colors of #ba84dd

#ba84dd #ddba84 #84ddba

Analogous Colors of #ba84dd

#ba84dd #dd84d4 #8e84dd

Monochromatic Colors of #ba84dd

#ba84dd

Complementary Color

#ba84dd #a7dd84

#ba84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84dd Color CSS Codes

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

#ba84dd Text Font Color

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

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


#ba84dd Background Color

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

This div background color is #ba84dd


#ba84dd Border Color

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

This div border color is #ba84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84dd


Comments

No comments written yet.

Please login to write comment.