Color Hex Logo

#ba0188 Color Hex

#BA0188
(186,1,136)
0 Favorites   0 Comments

Color spaces of #ba0188

RGB 1861136
HSL0.880.990.37
HSV316°99°73°
CMYK 0.000.990.27   0.27
XYZ24.704512.238424.3527
Yxy12.23840.40300.1997
Hunter Lab34.983464.8317-16.7846
CIE-Lab41.592570.8483-22.1045

#ba0188 color RGB value is (186,1,136).

#ba0188 hex color red value is 186, green value is 1 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ba0188 hue: 0.88 , saturation: 0.99 and the lightness value of ba0188 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 10001000
Octal 272 1 210
Decimal 186 1 136
Hex BA 1 88

RGB Percentages of Color #ba0188

%57.59
%0.31
%42.11

CMYK Percentages of Color #ba0188

%0
%99
%27
%27

Triadic Colors of #ba0188

#ba0188 #88ba01 #0188ba

Analogous Colors of #ba0188

#ba0188 #ba012c #9001ba

Monochromatic Colors of #ba0188

#ba0188

Complementary Color

#ba0188 #01ba33

#ba0188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0188 Color CSS Codes

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

#ba0188 Text Font Color

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

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


#ba0188 Background Color

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

This div background color is #ba0188


#ba0188 Border Color

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

This div border color is #ba0188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0188


Comments

No comments written yet.

Please login to write comment.