Color Hex Logo

#783aba Color Hex

#783ABA
(120,58,186)
1 Favorites   0 Comments

Color spaces of #783aba

RGB 12058186
HSL0.750.520.48
HSV269°69°73°
CMYK 0.350.690.00   0.27
XYZ18.121710.564447.5384
Yxy10.56440.23770.1386
Hunter Lab32.502942.6409-63.9648
CIE-Lab38.836951.4115-57.1790

#783aba color RGB value is (120,58,186).

#783aba hex color red value is 120, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #783aba hue: 0.75 , saturation: 0.52 and the lightness value of 783aba is 0.48.

The process color (four color CMYK) of #783aba color hex is 0.35, 0.69, 0.00, 0.27. Web safe color of #783aba is #6633cc. Color #783aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 10111010
Octal 170 72 272
Decimal 120 58 186
Hex 78 3A BA

RGB Percentages of Color #783aba

%32.97
%15.93
%51.10

CMYK Percentages of Color #783aba

%35
%69
%0
%27

Triadic Colors of #783aba

#783aba #ba783a #3aba78

Analogous Colors of #783aba

#783aba #b83aba #3a3cba

Monochromatic Colors of #783aba

#783aba

Complementary Color

#783aba #7cba3a

#783aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aba Color CSS Codes

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

#783aba Text Font Color

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

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


#783aba Background Color

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

This div background color is #783aba


#783aba Border Color

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

This div border color is #783aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aba


Comments

No comments written yet.

Please login to write comment.