Color Hex Logo

#783fab Color Hex

#783FAB
(120,63,171)
0 Favorites   0 Comments

Color spaces of #783fab

RGB 12063171
HSL0.750.460.46
HSV272°63°67°
CMYK 0.300.630.00   0.33
XYZ16.873910.488439.6632
Yxy10.48840.25180.1565
Hunter Lab32.385836.3283-49.9430
CIE-Lab38.705145.2169-48.5174

#783fab color RGB value is (120,63,171).

#783fab hex color red value is 120, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #783fab hue: 0.75 , saturation: 0.46 and the lightness value of 783fab is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111111 10101011
Octal 170 77 253
Decimal 120 63 171
Hex 78 3F AB

RGB Percentages of Color #783fab

%33.90
%17.80
%48.31

CMYK Percentages of Color #783fab

%30
%63
%0
%33

Triadic Colors of #783fab

#783fab #ab783f #3fab78

Analogous Colors of #783fab

#783fab #ab3fa8 #423fab

Monochromatic Colors of #783fab

#783fab

Complementary Color

#783fab #72ab3f

#783fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#783fab Color CSS Codes

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

#783fab Text Font Color

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

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


#783fab Background Color

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

This div background color is #783fab


#783fab Border Color

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

This div border color is #783fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783fab


Comments

No comments written yet.

Please login to write comment.