Color Hex Logo

#ba618a Color Hex

#BA618A
(186,97,138)
0 Favorites   0 Comments

Color spaces of #ba618a

RGB 18697138
HSL0.920.390.55
HSV332°48°73°
CMYK 0.000.480.26   0.27
XYZ29.111820.823526.5297
Yxy20.82350.38070.2723
Hunter Lab45.632834.0182-2.5267
CIE-Lab52.755840.6779-6.3723

#ba618a color RGB value is (186,97,138).

#ba618a hex color red value is 186, green value is 97 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ba618a hue: 0.92 , saturation: 0.39 and the lightness value of ba618a is 0.55.

The process color (four color CMYK) of #ba618a color hex is 0.00, 0.48, 0.26, 0.27. Web safe color of #ba618a is #cc6699. Color #ba618a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100001 10001010
Octal 272 141 212
Decimal 186 97 138
Hex BA 61 8A

RGB Percentages of Color #ba618a

%44.18
%23.04
%32.78

CMYK Percentages of Color #ba618a

%0
%48
%26
%27

Triadic Colors of #ba618a

#ba618a #8aba61 #618aba

Analogous Colors of #ba618a

#ba618a #ba6561 #ba61b7

Monochromatic Colors of #ba618a

#ba618a

Complementary Color

#ba618a #61ba91

#ba618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba618a Color CSS Codes

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

#ba618a Text Font Color

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

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


#ba618a Background Color

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

This div background color is #ba618a


#ba618a Border Color

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

This div border color is #ba618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba618a


Comments

No comments written yet.

Please login to write comment.