Color Hex Logo

#ba068d Color Hex

#BA068D
(186,6,141)
0 Favorites   0 Comments

Color spaces of #ba068d

RGB 1866141
HSL0.880.940.38
HSV315°97°73°
CMYK 0.000.970.24   0.27
XYZ25.122512.492426.2865
Yxy12.49240.39310.1955
Hunter Lab35.344665.0226-19.3540
CIE-Lab41.988270.9323-24.5542

#ba068d color RGB value is (186,6,141).

#ba068d hex color red value is 186, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ba068d hue: 0.88 , saturation: 0.94 and the lightness value of ba068d is 0.38.

The process color (four color CMYK) of #ba068d color hex is 0.00, 0.97, 0.24, 0.27. Web safe color of #ba068d is #cc0099. Color #ba068d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 10001101
Octal 272 6 215
Decimal 186 6 141
Hex BA 6 8D

RGB Percentages of Color #ba068d

%55.86
%1.80
%42.34

CMYK Percentages of Color #ba068d

%0
%97
%24
%27

Triadic Colors of #ba068d

#ba068d #8dba06 #068dba

Analogous Colors of #ba068d

#ba068d #ba0633 #8d06ba

Monochromatic Colors of #ba068d

#ba068d

Complementary Color

#ba068d #06ba33

#ba068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba068d Color CSS Codes

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

#ba068d Text Font Color

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

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


#ba068d Background Color

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

This div background color is #ba068d


#ba068d Border Color

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

This div border color is #ba068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba068d


Comments

No comments written yet.

Please login to write comment.