Color Hex Logo

#ba6674 Color Hex

#BA6674
(186,102,116)
0 Favorites   0 Comments

Color spaces of #ba6674

RGB 186102116
HSL0.970.380.56
HSV350°45°73°
CMYK 0.000.450.38   0.27
XYZ28.153521.202819.1317
Yxy21.20280.41110.3096
Hunter Lab46.046528.55617.5984
CIE-Lab53.170735.14987.2402

#ba6674 color RGB value is (186,102,116).

#ba6674 hex color red value is 186, green value is 102 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ba6674 hue: 0.97 , saturation: 0.38 and the lightness value of ba6674 is 0.56.

The process color (four color CMYK) of #ba6674 color hex is 0.00, 0.45, 0.38, 0.27. Web safe color of #ba6674 is #cc6666. Color #ba6674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 01110100
Octal 272 146 164
Decimal 186 102 116
Hex BA 66 74

RGB Percentages of Color #ba6674

%46.04
%25.25
%28.71

CMYK Percentages of Color #ba6674

%0
%45
%38
%27

Triadic Colors of #ba6674

#ba6674 #74ba66 #6674ba

Analogous Colors of #ba6674

#ba6674 #ba8266 #ba669e

Monochromatic Colors of #ba6674

#ba6674

Complementary Color

#ba6674 #66baac

#ba6674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba6674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba6674 Color CSS Codes

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

#ba6674 Text Font Color

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

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


#ba6674 Background Color

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

This div background color is #ba6674


#ba6674 Border Color

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

This div border color is #ba6674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba6674


Comments

No comments written yet.

Please login to write comment.