Color Hex Logo

#ba357d Color Hex

#BA357D
(186,53,125)
0 Favorites   0 Comments

Color spaces of #ba357d

RGB 18653125
HSL0.910.560.47
HSV328°72°73°
CMYK 0.000.720.33   0.27
XYZ25.224514.466020.8648
Yxy14.46600.41660.2389
Hunter Lab38.034251.8224-5.9014
CIE-Lab44.893958.8414-10.3154

#ba357d color RGB value is (186,53,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 01111101
Octal 272 65 175
Decimal 186 53 125
Hex BA 35 7D

RGB Percentages of Color #ba357d

%51.10
%14.56
%34.34

CMYK Percentages of Color #ba357d

%0
%72
%33
%27

Triadic Colors of #ba357d

#ba357d #7dba35 #357dba

Analogous Colors of #ba357d

#ba357d #ba353b #b535ba

Monochromatic Colors of #ba357d

#ba357d

Complementary Color

#ba357d #35ba72

#ba357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba357d Color CSS Codes

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

#ba357d Text Font Color

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

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


#ba357d Background Color

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

This div background color is #ba357d


#ba357d Border Color

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

This div border color is #ba357d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba357d


Comments

No comments written yet.

Please login to write comment.