Color Hex Logo

#ba70dd Color Hex

#BA70DD
(186,112,221)
0 Favorites   0 Comments

Color spaces of #ba70dd

RGB 186112221
HSL0.780.620.65
HSV281°49°87°
CMYK 0.160.490.00   0.13
XYZ39.095027.247971.6055
Yxy27.24790.28340.1975
Hunter Lab52.199542.3390-44.7923
CIE-Lab59.203147.6958-44.2632

#ba70dd color RGB value is (186,112,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01110000 11011101
Octal 272 160 335
Decimal 186 112 221
Hex BA 70 DD

RGB Percentages of Color #ba70dd

%35.84
%21.58
%42.58

CMYK Percentages of Color #ba70dd

%16
%49
%0
%13

Triadic Colors of #ba70dd

#ba70dd #ddba70 #70ddba

Analogous Colors of #ba70dd

#ba70dd #dd70ca #8470dd

Monochromatic Colors of #ba70dd

#ba70dd

Complementary Color

#ba70dd #93dd70

#ba70dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba70dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba70dd Color CSS Codes

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

#ba70dd Text Font Color

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

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


#ba70dd Background Color

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

This div background color is #ba70dd


#ba70dd Border Color

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

This div border color is #ba70dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba70dd


Comments

No comments written yet.

Please login to write comment.