Color Hex Logo

#ba5dda Color Hex

#BA5DDA
(186,93,218)
0 Favorites   0 Comments

Color spaces of #ba5dda

RGB 18693218
HSL0.790.630.61
HSV285°57°85°
CMYK 0.150.570.00   0.15
XYZ36.818923.329868.8922
Yxy23.32980.28530.1808
Hunter Lab48.300951.5406-50.7554
CIE-Lab55.410456.6824-48.5771

#ba5dda color RGB value is (186,93,218).

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

The process color (four color CMYK) of #ba5dda color hex is 0.15, 0.57, 0.00, 0.15. Web safe color of #ba5dda is #cc66cc. Color #ba5dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011101 11011010
Octal 272 135 332
Decimal 186 93 218
Hex BA 5D DA

RGB Percentages of Color #ba5dda

%37.42
%18.71
%43.86

CMYK Percentages of Color #ba5dda

%15
%57
%0
%15

Triadic Colors of #ba5dda

#ba5dda #daba5d #5ddaba

Analogous Colors of #ba5dda

#ba5dda #da5dbc #7c5dda

Monochromatic Colors of #ba5dda

#ba5dda

Complementary Color

#ba5dda #7dda5d

#ba5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5dda Color CSS Codes

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

#ba5dda Text Font Color

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

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


#ba5dda Background Color

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

This div background color is #ba5dda


#ba5dda Border Color

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

This div border color is #ba5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5dda


Comments

No comments written yet.

Please login to write comment.