Color Hex Logo

#ba78cc Color Hex

#BA78CC
(186,120,204)
0 Favorites   0 Comments

Color spaces of #ba78cc

RGB 186120204
HSL0.800.450.64
HSV287°41°80°
CMYK 0.090.410.00   0.20
XYZ37.865328.231760.5803
Yxy28.23170.29890.2229
Hunter Lab53.133534.2234-30.4062
CIE-Lab60.097539.9003-33.2928

#ba78cc color RGB value is (186,120,204).

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

The process color (four color CMYK) of #ba78cc color hex is 0.09, 0.41, 0.00, 0.20. Web safe color of #ba78cc is #cc66cc. Color #ba78cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 11001100
Octal 272 170 314
Decimal 186 120 204
Hex BA 78 CC

RGB Percentages of Color #ba78cc

%36.47
%23.53
%40.00

CMYK Percentages of Color #ba78cc

%9
%41
%0
%20

Triadic Colors of #ba78cc

#ba78cc #ccba78 #78ccba

Analogous Colors of #ba78cc

#ba78cc #cc78b4 #9078cc

Monochromatic Colors of #ba78cc

#ba78cc

Complementary Color

#ba78cc #8acc78

#ba78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78cc Color CSS Codes

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

#ba78cc Text Font Color

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

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


#ba78cc Background Color

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

This div background color is #ba78cc


#ba78cc Border Color

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

This div border color is #ba78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78cc


Comments

No comments written yet.

Please login to write comment.