Color Hex Logo

#78214d Color Hex

#78214D
(120,33,77)
0 Favorites   0 Comments

Color spaces of #78214d

RGB 1203377
HSL0.920.570.30
HSV330°73°47°
CMYK 0.000.730.36   0.53
XYZ9.62915.61667.5978
Yxy5.61660.42150.2459
Hunter Lab23.699431.0510-2.4183
CIE-Lab28.423841.6056-5.7463

#78214d color RGB value is (120,33,77).

#78214d hex color red value is 120, green value is 33 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #78214d hue: 0.92 , saturation: 0.57 and the lightness value of 78214d is 0.30.

The process color (four color CMYK) of #78214d color hex is 0.00, 0.73, 0.36, 0.53. Web safe color of #78214d is #663366. Color #78214d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100001 01001101
Octal 170 41 115
Decimal 120 33 77
Hex 78 21 4D

RGB Percentages of Color #78214d

%52.17
%14.35
%33.48

CMYK Percentages of Color #78214d

%0
%73
%36
%53

Triadic Colors of #78214d

#78214d #4d7821 #214d78

Analogous Colors of #78214d

#78214d #782121 #782178

Monochromatic Colors of #78214d

#78214d

Complementary Color

#78214d #21784c

#78214d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78214d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78214d Color CSS Codes

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

#78214d Text Font Color

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

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


#78214d Background Color

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

This div background color is #78214d


#78214d Border Color

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

This div border color is #78214d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,33,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78214d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78214d;
  -webkit-box-shadow: 1px 1px 3px 2px #78214d;
  box-shadow:         1px 1px 3px 2px #78214d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78214d


Comments

No comments written yet.

Please login to write comment.