Color Hex Logo

#ba28af Color Hex

#BA28AF
(186,40,175)
0 Favorites   0 Comments

Color spaces of #ba28af

RGB 18640175
HSL0.850.650.44
HSV305°78°73°
CMYK 0.000.780.06   0.27
XYZ28.746415.051841.9476
Yxy15.05180.33530.1755
Hunter Lab38.796664.3655-36.9477
CIE-Lab45.705169.6529-39.1397

#ba28af color RGB value is (186,40,175).

#ba28af hex color red value is 186, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba28af hue: 0.85 , saturation: 0.65 and the lightness value of ba28af is 0.44.

The process color (four color CMYK) of #ba28af color hex is 0.00, 0.78, 0.06, 0.27. Web safe color of #ba28af is #cc3399. Color #ba28af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101000 10101111
Octal 272 50 257
Decimal 186 40 175
Hex BA 28 AF

RGB Percentages of Color #ba28af

%46.38
%9.98
%43.64

CMYK Percentages of Color #ba28af

%0
%78
%6
%27

Triadic Colors of #ba28af

#ba28af #afba28 #28afba

Analogous Colors of #ba28af

#ba28af #ba2866 #7c28ba

Monochromatic Colors of #ba28af

#ba28af

Complementary Color

#ba28af #28ba33

#ba28af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba28af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba28af Color CSS Codes

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

#ba28af Text Font Color

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

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


#ba28af Background Color

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

This div background color is #ba28af


#ba28af Border Color

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

This div border color is #ba28af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba28af


Comments

No comments written yet.

Please login to write comment.