Color Hex Logo

#783aa3 Color Hex

#783AA3
(120,58,163)
0 Favorites   0 Comments

Color spaces of #783aa3

RGB 12058163
HSL0.770.480.43
HSV275°64°64°
CMYK 0.260.640.00   0.36
XYZ15.86969.663535.6792
Yxy9.66350.25930.1579
Hunter Lab31.086236.7241-46.2899
CIE-Lab37.231645.8786-46.1057

#783aa3 color RGB value is (120,58,163).

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

The process color (four color CMYK) of #783aa3 color hex is 0.26, 0.64, 0.00, 0.36. Web safe color of #783aa3 is #663399. Color #783aa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111010 10100011
Octal 170 72 243
Decimal 120 58 163
Hex 78 3A A3

RGB Percentages of Color #783aa3

%35.19
%17.01
%47.80

CMYK Percentages of Color #783aa3

%26
%64
%0
%36

Triadic Colors of #783aa3

#783aa3 #a3783a #3aa378

Analogous Colors of #783aa3

#783aa3 #a33a9a #443aa3

Monochromatic Colors of #783aa3

#783aa3

Complementary Color

#783aa3 #65a33a

#783aa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783aa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783aa3 Color CSS Codes

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

#783aa3 Text Font Color

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

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


#783aa3 Background Color

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

This div background color is #783aa3


#783aa3 Border Color

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

This div border color is #783aa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783aa3


Comments

No comments written yet.

Please login to write comment.