Color Hex Logo

#ba78e4 Color Hex

#BA78E4
(186,120,228)
0 Favorites   0 Comments

Color spaces of #ba78e4

RGB 186120228
HSL0.770.670.68
HSV277°47°89°
CMYK 0.180.470.00   0.11
XYZ40.969829.473576.9284
Yxy29.47350.27800.2000
Hunter Lab54.289539.6991-46.0115
CIE-Lab61.197344.9516-45.0320

#ba78e4 color RGB value is (186,120,228).

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

The process color (four color CMYK) of #ba78e4 color hex is 0.18, 0.47, 0.00, 0.11. Web safe color of #ba78e4 is #cc66cc. Color #ba78e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01111000 11100100
Octal 272 170 344
Decimal 186 120 228
Hex BA 78 E4

RGB Percentages of Color #ba78e4

%34.83
%22.47
%42.70

CMYK Percentages of Color #ba78e4

%18
%47
%0
%11

Triadic Colors of #ba78e4

#ba78e4 #e4ba78 #78e4ba

Analogous Colors of #ba78e4

#ba78e4 #e478d8 #8478e4

Monochromatic Colors of #ba78e4

#ba78e4

Complementary Color

#ba78e4 #a2e478

#ba78e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba78e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba78e4 Color CSS Codes

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

#ba78e4 Text Font Color

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

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


#ba78e4 Background Color

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

This div background color is #ba78e4


#ba78e4 Border Color

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

This div border color is #ba78e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba78e4


Comments

No comments written yet.

Please login to write comment.