Color Hex Logo

#ba678e Color Hex

#BA678E
(186,103,142)
0 Favorites   0 Comments

Color spaces of #ba678e

RGB 186103142
HSL0.920.380.57
HSV332°45°73°
CMYK 0.000.450.24   0.27
XYZ29.982422.092628.2752
Yxy22.09260.37310.2750
Hunter Lab47.002831.6078-2.7648
CIE-Lab54.125138.1024-6.6930

#ba678e color RGB value is (186,103,142).

#ba678e hex color red value is 186, green value is 103 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ba678e hue: 0.92 , saturation: 0.38 and the lightness value of ba678e is 0.57.

The process color (four color CMYK) of #ba678e color hex is 0.00, 0.45, 0.24, 0.27. Web safe color of #ba678e is #cc6699. Color #ba678e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100111 10001110
Octal 272 147 216
Decimal 186 103 142
Hex BA 67 8E

RGB Percentages of Color #ba678e

%43.16
%23.90
%32.95

CMYK Percentages of Color #ba678e

%0
%45
%24
%27

Triadic Colors of #ba678e

#ba678e #8eba67 #678eba

Analogous Colors of #ba678e

#ba678e #ba6a67 #ba67b8

Monochromatic Colors of #ba678e

#ba678e

Complementary Color

#ba678e #67ba93

#ba678e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba678e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba678e Color CSS Codes

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

#ba678e Text Font Color

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

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


#ba678e Background Color

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

This div background color is #ba678e


#ba678e Border Color

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

This div border color is #ba678e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba678e


Comments

No comments written yet.

Please login to write comment.