Color Hex Logo

#783eba Color Hex

#783EBA
(120,62,186)
0 Favorites   0 Comments

Color spaces of #783eba

RGB 12062186
HSL0.740.500.49
HSV268°67°73°
CMYK 0.350.670.00   0.27
XYZ18.331310.983547.6082
Yxy10.98350.23830.1428
Hunter Lab33.141440.7353-61.9723
CIE-Lab39.552749.4316-56.0191

#783eba color RGB value is (120,62,186).

#783eba hex color red value is 120, green value is 62 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #783eba hue: 0.74 , saturation: 0.50 and the lightness value of 783eba is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111110 10111010
Octal 170 76 272
Decimal 120 62 186
Hex 78 3E BA

RGB Percentages of Color #783eba

%32.61
%16.85
%50.54

CMYK Percentages of Color #783eba

%35
%67
%0
%27

Triadic Colors of #783eba

#783eba #ba783e #3eba78

Analogous Colors of #783eba

#783eba #b63eba #3e42ba

Monochromatic Colors of #783eba

#783eba

Complementary Color

#783eba #80ba3e

#783eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#783eba Color CSS Codes

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

#783eba Text Font Color

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

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


#783eba Background Color

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

This div background color is #783eba


#783eba Border Color

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

This div border color is #783eba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,62,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 #783eba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783eba


Comments

No comments written yet.

Please login to write comment.