Color Hex Logo

#783388 Color Hex

#783388
(120,51,136)
0 Favorites   0 Comments

Color spaces of #783388

RGB 12051136
HSL0.800.450.37
HSV289°63°53°
CMYK 0.120.630.00   0.47
XYZ13.37358.138324.1585
Yxy8.13830.29280.1782
Hunter Lab28.527733.7555-30.2400
CIE-Lab34.269343.3813-34.4072

#783388 color RGB value is (120,51,136).

#783388 hex color red value is 120, green value is 51 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #783388 hue: 0.80 , saturation: 0.45 and the lightness value of 783388 is 0.37.

The process color (four color CMYK) of #783388 color hex is 0.12, 0.63, 0.00, 0.47. Web safe color of #783388 is #663399. Color #783388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10001000
Octal 170 63 210
Decimal 120 51 136
Hex 78 33 88

RGB Percentages of Color #783388

%39.09
%16.61
%44.30

CMYK Percentages of Color #783388

%12
%63
%0
%47

Triadic Colors of #783388

#783388 #887833 #338878

Analogous Colors of #783388

#783388 #88336e #4e3388

Monochromatic Colors of #783388

#783388

Complementary Color

#783388 #438833

#783388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783388 Color CSS Codes

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

#783388 Text Font Color

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

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


#783388 Background Color

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

This div background color is #783388


#783388 Border Color

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

This div border color is #783388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783388


Comments

No comments written yet.

Please login to write comment.