Color Hex Logo

#ba02b4 Color Hex

#BA02B4
(186,2,180)
0 Favorites   0 Comments

Color spaces of #ba02b4

RGB 1862180
HSL0.840.980.37
HSV302°99°73°
CMYK 0.000.990.03   0.27
XYZ28.509613.777844.3368
Yxy13.77780.32910.1591
Hunter Lab37.118572.1433-44.8371
CIE-Lab43.912676.4550-44.9422

#ba02b4 color RGB value is (186,2,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000010 10110100
Octal 272 2 264
Decimal 186 2 180
Hex BA 2 B4

RGB Percentages of Color #ba02b4

%50.54
%0.54
%48.91

CMYK Percentages of Color #ba02b4

%0
%99
%3
%27

Triadic Colors of #ba02b4

#ba02b4 #b4ba02 #02b4ba

Analogous Colors of #ba02b4

#ba02b4 #ba0258 #6402ba

Monochromatic Colors of #ba02b4

#ba02b4

Complementary Color

#ba02b4 #02ba08

#ba02b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba02b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba02b4 Color CSS Codes

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

#ba02b4 Text Font Color

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

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


#ba02b4 Background Color

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

This div background color is #ba02b4


#ba02b4 Border Color

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

This div border color is #ba02b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba02b4


Comments

No comments written yet.

Please login to write comment.