Color Hex Logo

#783aac Color Hex

#783AAC
(120,58,172)
0 Favorites   0 Comments

Color spaces of #783aac

RGB 12058172
HSL0.760.500.45
HSV273°66°67°
CMYK 0.300.660.00   0.33
XYZ16.70529.997740.0790
Yxy9.99770.25010.1497
Hunter Lab31.619138.9726-53.0199
CIE-Lab37.838348.0134-50.5092

#783aac color RGB value is (120,58,172).

#783aac hex color red value is 120, green value is 58 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #783aac hue: 0.76 , saturation: 0.50 and the lightness value of 783aac is 0.45.

The process color (four color CMYK) of #783aac color hex is 0.30, 0.66, 0.00, 0.33. Web safe color of #783aac is #663399. Color #783aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 10101100
Octal 170 72 254
Decimal 120 58 172
Hex 78 3A AC

RGB Percentages of Color #783aac

%34.29
%16.57
%49.14

CMYK Percentages of Color #783aac

%30
%66
%0
%33

Triadic Colors of #783aac

#783aac #ac783a #3aac78

Analogous Colors of #783aac

#783aac #ac3aa7 #3f3aac

Monochromatic Colors of #783aac

#783aac

Complementary Color

#783aac #6eac3a

#783aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aac Color CSS Codes

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

#783aac Text Font Color

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

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


#783aac Background Color

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

This div background color is #783aac


#783aac Border Color

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

This div border color is #783aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aac


Comments

No comments written yet.

Please login to write comment.