Color Hex Logo

#ba58ad Color Hex

#BA58AD
(186,88,173)
0 Favorites   0 Comments

Color spaces of #ba58ad

RGB 18688173
HSL0.860.420.54
HSV308°53°73°
CMYK 0.000.530.07   0.27
XYZ31.282220.435741.8309
Yxy20.43570.33440.2184
Hunter Lab45.205944.4107-23.2194
CIE-Lab52.326350.7051-27.5887

#ba58ad color RGB value is (186,88,173).

#ba58ad hex color red value is 186, green value is 88 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba58ad hue: 0.86 , saturation: 0.42 and the lightness value of ba58ad is 0.54.

The process color (four color CMYK) of #ba58ad color hex is 0.00, 0.53, 0.07, 0.27. Web safe color of #ba58ad is #cc6699. Color #ba58ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 10101101
Octal 272 130 255
Decimal 186 88 173
Hex BA 58 AD

RGB Percentages of Color #ba58ad

%41.61
%19.69
%38.70

CMYK Percentages of Color #ba58ad

%0
%53
%7
%27

Triadic Colors of #ba58ad

#ba58ad #adba58 #58adba

Analogous Colors of #ba58ad

#ba58ad #ba587c #9658ba

Monochromatic Colors of #ba58ad

#ba58ad

Complementary Color

#ba58ad #58ba65

#ba58ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58ad Color CSS Codes

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

#ba58ad Text Font Color

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

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


#ba58ad Background Color

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

This div background color is #ba58ad


#ba58ad Border Color

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

This div border color is #ba58ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58ad


Comments

No comments written yet.

Please login to write comment.