Color Hex Logo

#ba65dd Color Hex

#BA65DD
(186,101,221)
0 Favorites   0 Comments

Color spaces of #ba65dd

RGB 186101221
HSL0.780.640.63
HSV283°54°87°
CMYK 0.160.540.00   0.13
XYZ37.954524.966971.2253
Yxy24.96690.28290.1861
Hunter Lab49.966948.1453-49.5381
CIE-Lab57.043253.3542-47.6789

#ba65dd color RGB value is (186,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100101 11011101
Octal 272 145 335
Decimal 186 101 221
Hex BA 65 DD

RGB Percentages of Color #ba65dd

%36.61
%19.88
%43.50

CMYK Percentages of Color #ba65dd

%16
%54
%0
%13

Triadic Colors of #ba65dd

#ba65dd #ddba65 #65ddba

Analogous Colors of #ba65dd

#ba65dd #dd65c4 #7e65dd

Monochromatic Colors of #ba65dd

#ba65dd

Complementary Color

#ba65dd #88dd65

#ba65dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba65dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba65dd Color CSS Codes

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

#ba65dd Text Font Color

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

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


#ba65dd Background Color

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

This div background color is #ba65dd


#ba65dd Border Color

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

This div border color is #ba65dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba65dd


Comments

No comments written yet.

Please login to write comment.