Color Hex Logo

#783180 Color Hex

#783180
(120,49,128)
0 Favorites   0 Comments

Color spaces of #783180

RGB 12049128
HSL0.820.450.35
HSV294°62°50°
CMYK 0.060.620.00   0.50
XYZ12.74037.748221.2461
Yxy7.74820.30530.1857
Hunter Lab27.835632.9869-25.7694
CIE-Lab33.452942.7293-30.7395

#783180 color RGB value is (120,49,128).

#783180 hex color red value is 120, green value is 49 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #783180 hue: 0.82 , saturation: 0.45 and the lightness value of 783180 is 0.35.

The process color (four color CMYK) of #783180 color hex is 0.06, 0.62, 0.00, 0.50. Web safe color of #783180 is #663399. Color #783180 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110001 10000000
Octal 170 61 200
Decimal 120 49 128
Hex 78 31 80

RGB Percentages of Color #783180

%40.40
%16.50
%43.10

CMYK Percentages of Color #783180

%6
%62
%0
%50

Triadic Colors of #783180

#783180 #807831 #318078

Analogous Colors of #783180

#783180 #803160 #513180

Monochromatic Colors of #783180

#783180

Complementary Color

#783180 #398031

#783180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783180 Color CSS Codes

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

#783180 Text Font Color

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

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


#783180 Background Color

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

This div background color is #783180


#783180 Border Color

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

This div border color is #783180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783180


Comments

No comments written yet.

Please login to write comment.