Color Hex Logo

#781b74 Color Hex

#781B74
(120,27,116)
0 Favorites   0 Comments

Color spaces of #781b74

RGB 12027116
HSL0.840.630.29
HSV303°78°47°
CMYK 0.000.780.03   0.53
XYZ11.29006.037917.0934
Yxy6.03790.32800.1754
Hunter Lab24.572139.0130-24.0441
CIE-Lab29.507949.6302-29.4294

#781b74 color RGB value is (120,27,116).

#781b74 hex color red value is 120, green value is 27 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #781b74 hue: 0.84 , saturation: 0.63 and the lightness value of 781b74 is 0.29.

The process color (four color CMYK) of #781b74 color hex is 0.00, 0.78, 0.03, 0.53. Web safe color of #781b74 is #663366. Color #781b74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011011 01110100
Octal 170 33 164
Decimal 120 27 116
Hex 78 1B 74

RGB Percentages of Color #781b74

%45.63
%10.27
%44.11

CMYK Percentages of Color #781b74

%0
%78
%3
%53

Triadic Colors of #781b74

#781b74 #74781b #1b7478

Analogous Colors of #781b74

#781b74 #781b46 #4e1b78

Monochromatic Colors of #781b74

#781b74

Complementary Color

#781b74 #1b781f

#781b74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781b74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781b74 Color CSS Codes

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

#781b74 Text Font Color

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

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


#781b74 Background Color

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

This div background color is #781b74


#781b74 Border Color

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

This div border color is #781b74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,27,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #781b74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #781b74;
  -webkit-box-shadow: 1px 1px 3px 2px #781b74;
  box-shadow:         1px 1px 3px 2px #781b74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781b74


Comments

No comments written yet.

Please login to write comment.