Color Hex Logo

#ba5875 Color Hex

#BA5875
(186,88,117)
0 Favorites   0 Comments

Color spaces of #ba5875

RGB 18688117
HSL0.950.420.54
HSV342°53°73°
CMYK 0.000.530.37   0.27
XYZ26.950318.702919.0192
Yxy18.70290.41670.2892
Hunter Lab43.246835.55454.1981
CIE-Lab50.337842.54342.5758

#ba5875 color RGB value is (186,88,117).

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

The process color (four color CMYK) of #ba5875 color hex is 0.00, 0.53, 0.37, 0.27. Web safe color of #ba5875 is #cc6666. Color #ba5875 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 01110101
Octal 272 130 165
Decimal 186 88 117
Hex BA 58 75

RGB Percentages of Color #ba5875

%47.57
%22.51
%29.92

CMYK Percentages of Color #ba5875

%0
%53
%37
%27

Triadic Colors of #ba5875

#ba5875 #75ba58 #5875ba

Analogous Colors of #ba5875

#ba5875 #ba6c58 #ba58a6

Monochromatic Colors of #ba5875

#ba5875

Complementary Color

#ba5875 #58ba9d

#ba5875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5875 Color CSS Codes

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

#ba5875 Text Font Color

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

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


#ba5875 Background Color

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

This div background color is #ba5875


#ba5875 Border Color

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

This div border color is #ba5875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5875


Comments

No comments written yet.

Please login to write comment.