Color Hex Logo

#784288 Color Hex

#784288
(120,66,136)
0 Favorites   0 Comments

Color spaces of #784288

RGB 12066136
HSL0.800.350.40
HSV286°51°53°
CMYK 0.120.510.00   0.47
XYZ14.13799.667124.4133
Yxy9.66710.29320.2005
Hunter Lab31.092026.7552-24.7899
CIE-Lab37.238235.4475-29.7126

#784288 color RGB value is (120,66,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000010 10001000
Octal 170 102 210
Decimal 120 66 136
Hex 78 42 88

RGB Percentages of Color #784288

%37.27
%20.50
%42.24

CMYK Percentages of Color #784288

%12
%51
%0
%47

Triadic Colors of #784288

#784288 #887842 #428878

Analogous Colors of #784288

#784288 #884275 #554288

Monochromatic Colors of #784288

#784288

Complementary Color

#784288 #528842

#784288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784288 Color CSS Codes

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

#784288 Text Font Color

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

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


#784288 Background Color

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

This div background color is #784288


#784288 Border Color

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

This div border color is #784288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784288


Comments

No comments written yet.

Please login to write comment.