Color Hex Logo

#ba4bad Color Hex

#BA4BAD
(186,75,173)
0 Favorites   0 Comments

Color spaces of #ba4bad

RGB 18675173
HSL0.850.450.51
HSV307°60°73°
CMYK 0.000.600.07   0.27
XYZ30.308618.488441.5063
Yxy18.48840.33560.2047
Hunter Lab42.998150.5746-27.1342
CIE-Lab50.083256.7544-31.0790

#ba4bad color RGB value is (186,75,173).

#ba4bad hex color red value is 186, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba4bad hue: 0.85 , saturation: 0.45 and the lightness value of ba4bad is 0.51.

The process color (four color CMYK) of #ba4bad color hex is 0.00, 0.60, 0.07, 0.27. Web safe color of #ba4bad is #cc3399. Color #ba4bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001011 10101101
Octal 272 113 255
Decimal 186 75 173
Hex BA 4B AD

RGB Percentages of Color #ba4bad

%42.86
%17.28
%39.86

CMYK Percentages of Color #ba4bad

%0
%60
%7
%27

Triadic Colors of #ba4bad

#ba4bad #adba4b #4badba

Analogous Colors of #ba4bad

#ba4bad #ba4b76 #904bba

Monochromatic Colors of #ba4bad

#ba4bad

Complementary Color

#ba4bad #4bba58

#ba4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4bad Color CSS Codes

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

#ba4bad Text Font Color

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

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


#ba4bad Background Color

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

This div background color is #ba4bad


#ba4bad Border Color

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

This div border color is #ba4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4bad


Comments

No comments written yet.

Please login to write comment.