Color Hex Logo

#ba78df Color Hex

#BA78DF
(186,120,223)
0 Favorites   0 Comments

Color spaces of #ba78df

RGB 186120223
HSL0.770.620.67
HSV278°46°87°
CMYK 0.170.460.00   0.13
XYZ40.285529.199873.3249
Yxy29.19980.28210.2045
Hunter Lab54.036838.5107-42.6274
CIE-Lab60.957643.8701-42.6193

#ba78df color RGB value is (186,120,223).

#ba78df hex color red value is 186, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba78df hue: 0.77 , saturation: 0.62 and the lightness value of ba78df is 0.67.

The process color (four color CMYK) of #ba78df color hex is 0.17, 0.46, 0.00, 0.13. Web safe color of #ba78df is #cc66cc. Color #ba78df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 11011111
Octal 272 170 337
Decimal 186 120 223
Hex BA 78 DF

RGB Percentages of Color #ba78df

%35.16
%22.68
%42.16

CMYK Percentages of Color #ba78df

%17
%46
%0
%13

Triadic Colors of #ba78df

#ba78df #dfba78 #78dfba

Analogous Colors of #ba78df

#ba78df #df78d1 #8778df

Monochromatic Colors of #ba78df

#ba78df

Complementary Color

#ba78df #9ddf78

#ba78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78df Color CSS Codes

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

#ba78df Text Font Color

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

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


#ba78df Background Color

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

This div background color is #ba78df


#ba78df Border Color

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

This div border color is #ba78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78df


Comments

No comments written yet.

Please login to write comment.