Color Hex Logo

#ba64dd Color Hex

#BA64DD
(186,100,221)
0 Favorites   0 Comments

Color spaces of #ba64dd

RGB 186100221
HSL0.790.640.63
HSV283°55°87°
CMYK 0.160.550.00   0.13
XYZ37.858024.773971.1931
Yxy24.77390.28290.1851
Hunter Lab49.773448.6650-49.9638
CIE-Lab56.854553.8552-47.9780

#ba64dd color RGB value is (186,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100100 11011101
Octal 272 144 335
Decimal 186 100 221
Hex BA 64 DD

RGB Percentages of Color #ba64dd

%36.69
%19.72
%43.59

CMYK Percentages of Color #ba64dd

%16
%55
%0
%13

Triadic Colors of #ba64dd

#ba64dd #ddba64 #64ddba

Analogous Colors of #ba64dd

#ba64dd #dd64c4 #7e64dd

Monochromatic Colors of #ba64dd

#ba64dd

Complementary Color

#ba64dd #87dd64

#ba64dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba64dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba64dd Color CSS Codes

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

#ba64dd Text Font Color

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

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


#ba64dd Background Color

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

This div background color is #ba64dd


#ba64dd Border Color

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

This div border color is #ba64dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba64dd


Comments

No comments written yet.

Please login to write comment.