Color Hex Logo

#ba78ae Color Hex

#BA78AE
(186,120,174)
0 Favorites   0 Comments

Color spaces of #ba78ae

RGB 186120174
HSL0.860.320.60
HSV311°35°73°
CMYK 0.000.350.06   0.27
XYZ34.606226.928043.4181
Yxy26.92800.32970.2566
Hunter Lab51.892228.2279-13.2833
CIE-Lab58.907634.1554-18.0577

#ba78ae color RGB value is (186,120,174).

#ba78ae hex color red value is 186, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ba78ae hue: 0.86 , saturation: 0.32 and the lightness value of ba78ae is 0.60.

The process color (four color CMYK) of #ba78ae color hex is 0.00, 0.35, 0.06, 0.27. Web safe color of #ba78ae is #cc6699. Color #ba78ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 10101110
Octal 272 170 256
Decimal 186 120 174
Hex BA 78 AE

RGB Percentages of Color #ba78ae

%38.75
%25.00
%36.25

CMYK Percentages of Color #ba78ae

%0
%35
%6
%27

Triadic Colors of #ba78ae

#ba78ae #aeba78 #78aeba

Analogous Colors of #ba78ae

#ba78ae #ba788d #a578ba

Monochromatic Colors of #ba78ae

#ba78ae

Complementary Color

#ba78ae #78ba84

#ba78ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78ae Color CSS Codes

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

#ba78ae Text Font Color

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

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


#ba78ae Background Color

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

This div background color is #ba78ae


#ba78ae Border Color

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

This div border color is #ba78ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78ae


Comments

No comments written yet.

Please login to write comment.