Color Hex Logo

#ba78bd Color Hex

#BA78BD
(186,120,189)
0 Favorites   0 Comments

Color spaces of #ba78bd

RGB 186120189
HSL0.830.340.61
HSV297°37°74°
CMYK 0.020.370.00   0.26
XYZ36.151527.546251.5557
Yxy27.54620.31370.2390
Hunter Lab52.484531.1036-21.5017
CIE-Lab59.476536.9404-25.7523

#ba78bd color RGB value is (186,120,189).

#ba78bd hex color red value is 186, green value is 120 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba78bd hue: 0.83 , saturation: 0.34 and the lightness value of ba78bd is 0.61.

The process color (four color CMYK) of #ba78bd color hex is 0.02, 0.37, 0.00, 0.26. Web safe color of #ba78bd is #cc66cc. Color #ba78bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 10111101
Octal 272 170 275
Decimal 186 120 189
Hex BA 78 BD

RGB Percentages of Color #ba78bd

%37.58
%24.24
%38.18

CMYK Percentages of Color #ba78bd

%2
%37
%0
%26

Triadic Colors of #ba78bd

#ba78bd #bdba78 #78bdba

Analogous Colors of #ba78bd

#ba78bd #bd789e #9878bd

Monochromatic Colors of #ba78bd

#ba78bd

Complementary Color

#ba78bd #7bbd78

#ba78bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78bd Color CSS Codes

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

#ba78bd Text Font Color

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

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


#ba78bd Background Color

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

This div background color is #ba78bd


#ba78bd Border Color

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

This div border color is #ba78bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78bd


Comments

No comments written yet.

Please login to write comment.