Color Hex Logo

#783982 Color Hex

#783982
(120,57,130)
0 Favorites   0 Comments

Color spaces of #783982

RGB 12057130
HSL0.810.390.37
HSV292°56°51°
CMYK 0.080.560.00   0.49
XYZ13.23818.531022.0680
Yxy8.53100.30200.1946
Hunter Lab29.207929.7891-24.3510
CIE-Lab35.065239.0702-29.4367

#783982 color RGB value is (120,57,130).

#783982 hex color red value is 120, green value is 57 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #783982 hue: 0.81 , saturation: 0.39 and the lightness value of 783982 is 0.37.

The process color (four color CMYK) of #783982 color hex is 0.08, 0.56, 0.00, 0.49. Web safe color of #783982 is #663399. Color #783982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111001 10000010
Octal 170 71 202
Decimal 120 57 130
Hex 78 39 82

RGB Percentages of Color #783982

%39.09
%18.57
%42.35

CMYK Percentages of Color #783982

%8
%56
%0
%49

Triadic Colors of #783982

#783982 #827839 #398278

Analogous Colors of #783982

#783982 #823968 #533982

Monochromatic Colors of #783982

#783982

Complementary Color

#783982 #438239

#783982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783982 Color CSS Codes

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

#783982 Text Font Color

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

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


#783982 Background Color

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

This div background color is #783982


#783982 Border Color

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

This div border color is #783982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,57,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783982;
  -webkit-box-shadow: 1px 1px 3px 2px #783982;
  box-shadow:         1px 1px 3px 2px #783982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783982


Comments

No comments written yet.

Please login to write comment.