Color Hex Logo

#ba1cad Color Hex

#BA1CAD
(186,28,173)
0 Favorites   0 Comments

Color spaces of #ba1cad

RGB 18628173
HSL0.850.740.42
HSV305°85°73°
CMYK 0.000.850.07   0.27
XYZ28.207814.286740.8061
Yxy14.28670.33860.1715
Hunter Lab37.797867.0654-37.5505
CIE-Lab44.641372.1287-39.6415

#ba1cad color RGB value is (186,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011100 10101101
Octal 272 34 255
Decimal 186 28 173
Hex BA 1C AD

RGB Percentages of Color #ba1cad

%48.06
%7.24
%44.70

CMYK Percentages of Color #ba1cad

%0
%85
%7
%27

Triadic Colors of #ba1cad

#ba1cad #adba1c #1cadba

Analogous Colors of #ba1cad

#ba1cad #ba1c5e #781cba

Monochromatic Colors of #ba1cad

#ba1cad

Complementary Color

#ba1cad #1cba29

#ba1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1cad Color CSS Codes

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

#ba1cad Text Font Color

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

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


#ba1cad Background Color

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

This div background color is #ba1cad


#ba1cad Border Color

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

This div border color is #ba1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1cad


Comments

No comments written yet.

Please login to write comment.