Color Hex Logo

#ba48de Color Hex

#BA48DE
(186,72,222)
0 Favorites   0 Comments

Color spaces of #ba48de

RGB 18672222
HSL0.790.690.58
HSV286°68°87°
CMYK 0.160.680.00   0.13
XYZ35.751920.347871.1504
Yxy20.34780.28100.1599
Hunter Lab45.108562.5347-61.9431
CIE-Lab52.228266.8435-55.9196

#ba48de color RGB value is (186,72,222).

#ba48de hex color red value is 186, green value is 72 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ba48de hue: 0.79 , saturation: 0.69 and the lightness value of ba48de is 0.58.

The process color (four color CMYK) of #ba48de color hex is 0.16, 0.68, 0.00, 0.13. Web safe color of #ba48de is #cc33cc. Color #ba48de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001000 11011110
Octal 272 110 336
Decimal 186 72 222
Hex BA 48 DE

RGB Percentages of Color #ba48de

%38.75
%15.00
%46.25

CMYK Percentages of Color #ba48de

%16
%68
%0
%13

Triadic Colors of #ba48de

#ba48de #deba48 #48deba

Analogous Colors of #ba48de

#ba48de #de48b7 #6f48de

Monochromatic Colors of #ba48de

#ba48de

Complementary Color

#ba48de #6cde48

#ba48de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba48de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba48de Color CSS Codes

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

#ba48de Text Font Color

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

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


#ba48de Background Color

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

This div background color is #ba48de


#ba48de Border Color

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

This div border color is #ba48de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba48de


Comments

No comments written yet.

Please login to write comment.