Color Hex Logo

#ba088e Color Hex

#BA088E
(186,8,142)
0 Favorites   0 Comments

Color spaces of #ba088e

RGB 1868142
HSL0.870.920.38
HSV315°96°73°
CMYK 0.000.960.24   0.27
XYZ25.219012.565826.6874
Yxy12.56580.39120.1949
Hunter Lab35.448364.9560-19.8230
CIE-Lab42.101670.8540-24.9886

#ba088e color RGB value is (186,8,142).

#ba088e hex color red value is 186, green value is 8 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ba088e hue: 0.87 , saturation: 0.92 and the lightness value of ba088e is 0.38.

The process color (four color CMYK) of #ba088e color hex is 0.00, 0.96, 0.24, 0.27. Web safe color of #ba088e is #cc0099. Color #ba088e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 10001110
Octal 272 10 216
Decimal 186 8 142
Hex BA 8 8E

RGB Percentages of Color #ba088e

%55.36
%2.38
%42.26

CMYK Percentages of Color #ba088e

%0
%96
%24
%27

Triadic Colors of #ba088e

#ba088e #8eba08 #088eba

Analogous Colors of #ba088e

#ba088e #ba0835 #8d08ba

Monochromatic Colors of #ba088e

#ba088e

Complementary Color

#ba088e #08ba34

#ba088e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba088e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba088e Color CSS Codes

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

#ba088e Text Font Color

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

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


#ba088e Background Color

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

This div background color is #ba088e


#ba088e Border Color

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

This div border color is #ba088e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba088e


Comments

No comments written yet.

Please login to write comment.