Color Hex Logo

#ba027b Color Hex

#BA027B
(186,2,123)
0 Favorites   0 Comments

Color spaces of #ba027b

RGB 1862123
HSL0.890.980.37
HSV321°99°73°
CMYK 0.000.990.34   0.27
XYZ23.846611.912619.7814
Yxy11.91260.42940.2145
Hunter Lab34.514662.9273-9.8207
CIE-Lab41.076969.3337-14.8653

#ba027b color RGB value is (186,2,123).

#ba027b hex color red value is 186, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ba027b hue: 0.89 , saturation: 0.98 and the lightness value of ba027b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 01111011
Octal 272 2 173
Decimal 186 2 123
Hex BA 2 7B

RGB Percentages of Color #ba027b

%59.81
%0.64
%39.55

CMYK Percentages of Color #ba027b

%0
%99
%34
%27

Triadic Colors of #ba027b

#ba027b #7bba02 #027bba

Analogous Colors of #ba027b

#ba027b #ba021f #9d02ba

Monochromatic Colors of #ba027b

#ba027b

Complementary Color

#ba027b #02ba41

#ba027b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba027b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba027b Color CSS Codes

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

#ba027b Text Font Color

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

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


#ba027b Background Color

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

This div background color is #ba027b


#ba027b Border Color

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

This div border color is #ba027b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba027b


Comments

No comments written yet.

Please login to write comment.