Color Hex Logo

#784892 Color Hex

#784892
(120,72,146)
0 Favorites   0 Comments

Color spaces of #784892

RGB 12072146
HSL0.770.340.43
HSV279°51°57°
CMYK 0.180.510.00   0.43
XYZ15.251410.703128.4562
Yxy10.70310.28030.1967
Hunter Lab32.715625.9611-28.6698
CIE-Lab39.075834.3067-32.9117

#784892 color RGB value is (120,72,146).

#784892 hex color red value is 120, green value is 72 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #784892 hue: 0.77 , saturation: 0.34 and the lightness value of 784892 is 0.43.

The process color (four color CMYK) of #784892 color hex is 0.18, 0.51, 0.00, 0.43. Web safe color of #784892 is #663399. Color #784892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001000 10010010
Octal 170 110 222
Decimal 120 72 146
Hex 78 48 92

RGB Percentages of Color #784892

%35.50
%21.30
%43.20

CMYK Percentages of Color #784892

%18
%51
%0
%43

Triadic Colors of #784892

#784892 #927848 #489278

Analogous Colors of #784892

#784892 #924887 #534892

Monochromatic Colors of #784892

#784892

Complementary Color

#784892 #629248

#784892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784892 Color CSS Codes

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

#784892 Text Font Color

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

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


#784892 Background Color

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

This div background color is #784892


#784892 Border Color

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

This div border color is #784892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784892


Comments

No comments written yet.

Please login to write comment.