Color Hex Logo

#ba1fad Color Hex

#BA1FAD
(186,31,173)
0 Favorites   0 Comments

Color spaces of #ba1fad

RGB 18631173
HSL0.850.710.43
HSV305°83°73°
CMYK 0.000.830.07   0.27
XYZ28.282514.436240.8310
Yxy14.43620.33850.1728
Hunter Lab37.995066.3796-37.1190
CIE-Lab44.852171.5142-39.3074

#ba1fad color RGB value is (186,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011111 10101101
Octal 272 37 255
Decimal 186 31 173
Hex BA 1F AD

RGB Percentages of Color #ba1fad

%47.69
%7.95
%44.36

CMYK Percentages of Color #ba1fad

%0
%83
%7
%27

Triadic Colors of #ba1fad

#ba1fad #adba1f #1fadba

Analogous Colors of #ba1fad

#ba1fad #ba1f60 #7a1fba

Monochromatic Colors of #ba1fad

#ba1fad

Complementary Color

#ba1fad #1fba2c

#ba1fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1fad Color CSS Codes

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

#ba1fad Text Font Color

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

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


#ba1fad Background Color

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

This div background color is #ba1fad


#ba1fad Border Color

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

This div border color is #ba1fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,31,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 #ba1fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1fad


Comments

No comments written yet.

Please login to write comment.