Color Hex Logo

#ba457e Color Hex

#BA457E
(186,69,126)
0 Favorites   0 Comments

Color spaces of #ba457e

RGB 18669126
HSL0.920.460.50
HSV331°63°73°
CMYK 0.000.630.32   0.27
XYZ26.143716.201721.4880
Yxy16.20170.40960.2538
Hunter Lab40.251345.4979-3.4758
CIE-Lab47.238052.5942-7.4107

#ba457e color RGB value is (186,69,126).

#ba457e hex color red value is 186, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba457e hue: 0.92 , saturation: 0.46 and the lightness value of ba457e is 0.50.

The process color (four color CMYK) of #ba457e color hex is 0.00, 0.63, 0.32, 0.27. Web safe color of #ba457e is #cc3366. Color #ba457e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000101 01111110
Octal 272 105 176
Decimal 186 69 126
Hex BA 45 7E

RGB Percentages of Color #ba457e

%48.82
%18.11
%33.07

CMYK Percentages of Color #ba457e

%0
%63
%32
%27

Triadic Colors of #ba457e

#ba457e #7eba45 #457eba

Analogous Colors of #ba457e

#ba457e #ba4745 #ba45b9

Monochromatic Colors of #ba457e

#ba457e

Complementary Color

#ba457e #45ba81

#ba457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba457e Color CSS Codes

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

#ba457e Text Font Color

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

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


#ba457e Background Color

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

This div background color is #ba457e


#ba457e Border Color

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

This div border color is #ba457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba457e


Comments

No comments written yet.

Please login to write comment.