Color Hex Logo

#ba026d Color Hex

#BA026D
(186,2,109)
0 Favorites   0 Comments

Color spaces of #ba026d

RGB 1862109
HSL0.900.980.37
HSV325°99°73°
CMYK 0.000.990.41   0.27
XYZ23.031711.586615.4905
Yxy11.58660.45960.2312
Hunter Lab34.039161.2091-3.1543
CIE-Lab40.551467.9648-6.9051

#ba026d color RGB value is (186,2,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 01101101
Octal 272 2 155
Decimal 186 2 109
Hex BA 2 6D

RGB Percentages of Color #ba026d

%62.63
%0.67
%36.70

CMYK Percentages of Color #ba026d

%0
%99
%41
%27

Triadic Colors of #ba026d

#ba026d #6dba02 #026dba

Analogous Colors of #ba026d

#ba026d #ba0211 #ab02ba

Monochromatic Colors of #ba026d

#ba026d

Complementary Color

#ba026d #02ba4f

#ba026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba026d Color CSS Codes

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

#ba026d Text Font Color

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

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


#ba026d Background Color

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

This div background color is #ba026d


#ba026d Border Color

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

This div border color is #ba026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba026d


Comments

No comments written yet.

Please login to write comment.