Color Hex Logo

#ba78ce Color Hex

#BA78CE
(186,120,206)
0 Favorites   0 Comments

Color spaces of #ba78ce

RGB 186120206
HSL0.790.470.64
HSV286°42°81°
CMYK 0.100.420.00   0.19
XYZ38.106728.328361.8520
Yxy28.32830.29700.2208
Hunter Lab53.224334.6570-31.6439
CIE-Lab60.184240.3067-34.2864

#ba78ce color RGB value is (186,120,206).

#ba78ce hex color red value is 186, green value is 120 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba78ce hue: 0.79 , saturation: 0.47 and the lightness value of ba78ce is 0.64.

The process color (four color CMYK) of #ba78ce color hex is 0.10, 0.42, 0.00, 0.19. Web safe color of #ba78ce is #cc66cc. Color #ba78ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 11001110
Octal 272 170 316
Decimal 186 120 206
Hex BA 78 CE

RGB Percentages of Color #ba78ce

%36.33
%23.44
%40.23

CMYK Percentages of Color #ba78ce

%10
%42
%0
%19

Triadic Colors of #ba78ce

#ba78ce #ceba78 #78ceba

Analogous Colors of #ba78ce

#ba78ce #ce78b7 #8f78ce

Monochromatic Colors of #ba78ce

#ba78ce

Complementary Color

#ba78ce #8cce78

#ba78ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78ce Color CSS Codes

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

#ba78ce Text Font Color

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

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


#ba78ce Background Color

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

This div background color is #ba78ce


#ba78ce Border Color

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

This div border color is #ba78ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78ce


Comments

No comments written yet.

Please login to write comment.