Color Hex Logo

#ba60dd Color Hex

#BA60DD
(186,96,221)
0 Favorites   0 Comments

Color spaces of #ba60dd

RGB 18696221
HSL0.790.650.62
HSV283°57°87°
CMYK 0.160.570.00   0.13
XYZ37.483724.025371.0684
Yxy24.02530.28270.1812
Hunter Lab49.015650.7270-51.6545
CIE-Lab56.113155.8342-49.1548

#ba60dd color RGB value is (186,96,221).

#ba60dd hex color red value is 186, green value is 96 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ba60dd hue: 0.79 , saturation: 0.65 and the lightness value of ba60dd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100000 11011101
Octal 272 140 335
Decimal 186 96 221
Hex BA 60 DD

RGB Percentages of Color #ba60dd

%36.98
%19.09
%43.94

CMYK Percentages of Color #ba60dd

%16
%57
%0
%13

Triadic Colors of #ba60dd

#ba60dd #ddba60 #60ddba

Analogous Colors of #ba60dd

#ba60dd #dd60c2 #7c60dd

Monochromatic Colors of #ba60dd

#ba60dd

Complementary Color

#ba60dd #83dd60

#ba60dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba60dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba60dd Color CSS Codes

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

#ba60dd Text Font Color

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

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


#ba60dd Background Color

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

This div background color is #ba60dd


#ba60dd Border Color

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

This div border color is #ba60dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba60dd


Comments

No comments written yet.

Please login to write comment.