Color Hex Logo

#ba357e Color Hex

#BA357E
(186,53,126)
0 Favorites   0 Comments

Color spaces of #ba357e

RGB 18653126
HSL0.910.560.47
HSV327°72°73°
CMYK 0.000.720.32   0.27
XYZ25.288714.491721.2030
Yxy14.49170.41470.2376
Hunter Lab38.068051.9593-6.3756
CIE-Lab44.930058.9584-10.8729

#ba357e color RGB value is (186,53,126).

#ba357e hex color red value is 186, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ba357e hue: 0.91 , saturation: 0.56 and the lightness value of ba357e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 01111110
Octal 272 65 176
Decimal 186 53 126
Hex BA 35 7E

RGB Percentages of Color #ba357e

%50.96
%14.52
%34.52

CMYK Percentages of Color #ba357e

%0
%72
%32
%27

Triadic Colors of #ba357e

#ba357e #7eba35 #357eba

Analogous Colors of #ba357e

#ba357e #ba353c #b435ba

Monochromatic Colors of #ba357e

#ba357e

Complementary Color

#ba357e #35ba71

#ba357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba357e Color CSS Codes

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

#ba357e Text Font Color

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

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


#ba357e Background Color

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

This div background color is #ba357e


#ba357e Border Color

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

This div border color is #ba357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba357e


Comments

No comments written yet.

Please login to write comment.