Color Hex Logo

#ba2dda Color Hex

#BA2DDA
(186,45,218)
0 Favorites   0 Comments

Color spaces of #ba2dda

RGB 18645218
HSL0.800.700.52
HSV289°79°85°
CMYK 0.150.790.00   0.15
XYZ33.843017.377867.9002
Yxy17.37780.28410.1459
Hunter Lab41.686771.9621-67.3922
CIE-Lab48.732675.3692-59.2626

#ba2dda color RGB value is (186,45,218).

#ba2dda hex color red value is 186, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba2dda hue: 0.80 , saturation: 0.70 and the lightness value of ba2dda is 0.52.

The process color (four color CMYK) of #ba2dda color hex is 0.15, 0.79, 0.00, 0.15. Web safe color of #ba2dda is #cc33cc. Color #ba2dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101101 11011010
Octal 272 55 332
Decimal 186 45 218
Hex BA 2D DA

RGB Percentages of Color #ba2dda

%41.43
%10.02
%48.55

CMYK Percentages of Color #ba2dda

%15
%79
%0
%15

Triadic Colors of #ba2dda

#ba2dda #daba2d #2ddaba

Analogous Colors of #ba2dda

#ba2dda #da2da4 #632dda

Monochromatic Colors of #ba2dda

#ba2dda

Complementary Color

#ba2dda #4dda2d

#ba2dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2dda Color CSS Codes

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

#ba2dda Text Font Color

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

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


#ba2dda Background Color

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

This div background color is #ba2dda


#ba2dda Border Color

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

This div border color is #ba2dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,45,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ba2dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2dda


Comments

No comments written yet.

Please login to write comment.