color codes Logo

#ba50dd color codes

#BA50DD
(186,80,221)
0 Favorites   0 Comments

Color spaces of #ba50dd

RGB 18680221
HSL0.790.670.59
HSV285°64°87°
CMYK 0.160.640.00   0.13
XYZ36.169521.396970.6303
Yxy21.39690.28210.1669
Hunter Lab46.256858.6249-58.1512
CIE-Lab53.381263.2736-53.5078

#ba50dd color RGB value is (186,80,221).

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

The process color (four color CMYK) of #ba50dd color code is 0.16, 0.64, 0.00, 0.13. Web safe color of #ba50dd is #cc66cc. Color #ba50dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 11011101
Octal 272 120 335
Decimal 186 80 221
Hex BA 50 DD

RGB Percentages of Color #ba50dd

%38.19
%16.43
%45.38

CMYK Percentages of Color #ba50dd

%16
%64
%0
%13

Triadic Colors of #ba50dd

#ba50dd #ddba50 #50ddba

Analogous Colors of #ba50dd

#ba50dd #dd50ba #7450dd

Monochromatic Colors of #ba50dd

#ba50dd

Complementary Color

#ba50dd #73dd50

#ba50dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba50dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba50dd Color CSS Codes

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

#ba50dd Text Font Color

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

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


#ba50dd Background Color

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

This div background color is #ba50dd


#ba50dd Border Color

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

This div border color is #ba50dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba50dd


Comments

No comments written yet.

Please login to write comment.