Color Hex Logo

#782248 Color Hex

#782248
(120,34,72)
0 Favorites   0 Comments

Color spaces of #782248

RGB 1203472
HSL0.930.560.30
HSV333°72°47°
CMYK 0.000.720.40   0.53
XYZ9.48755.60506.7127
Yxy5.60500.43510.2570
Hunter Lab23.674930.1013-0.2385
CIE-Lab28.393240.5893-2.4688

#782248 color RGB value is (120,34,72).

#782248 hex color red value is 120, green value is 34 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #782248 hue: 0.93 , saturation: 0.56 and the lightness value of 782248 is 0.30.

The process color (four color CMYK) of #782248 color hex is 0.00, 0.72, 0.40, 0.53. Web safe color of #782248 is #663333. Color #782248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100010 01001000
Octal 170 42 110
Decimal 120 34 72
Hex 78 22 48

RGB Percentages of Color #782248

%53.10
%15.04
%31.86

CMYK Percentages of Color #782248

%0
%72
%40
%53

Triadic Colors of #782248

#782248 #487822 #224878

Analogous Colors of #782248

#782248 #782722 #782273

Monochromatic Colors of #782248

#782248

Complementary Color

#782248 #227852

#782248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782248 Color CSS Codes

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

#782248 Text Font Color

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

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


#782248 Background Color

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

This div background color is #782248


#782248 Border Color

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

This div border color is #782248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782248


Comments

No comments written yet.

Please login to write comment.