Color Hex Logo

#781aac Color Hex

#781AAC
(120,26,172)
0 Favorites   0 Comments

Color spaces of #781aac

RGB 12026172
HSL0.770.740.39
HSV279°85°67°
CMYK 0.300.850.00   0.33
XYZ15.56157.710439.6978
Yxy7.71040.24710.1224
Hunter Lab27.767651.4415-65.3263
CIE-Lab33.372360.7199-57.7533

#781aac color RGB value is (120,26,172).

#781aac hex color red value is 120, green value is 26 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #781aac hue: 0.77 , saturation: 0.74 and the lightness value of 781aac is 0.39.

The process color (four color CMYK) of #781aac color hex is 0.30, 0.85, 0.00, 0.33. Web safe color of #781aac is #663399. Color #781aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 10101100
Octal 170 32 254
Decimal 120 26 172
Hex 78 1A AC

RGB Percentages of Color #781aac

%37.74
%8.18
%54.09

CMYK Percentages of Color #781aac

%30
%85
%0
%33

Triadic Colors of #781aac

#781aac #ac781a #1aac78

Analogous Colors of #781aac

#781aac #ac1a97 #2f1aac

Monochromatic Colors of #781aac

#781aac

Complementary Color

#781aac #4eac1a

#781aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#781aac Color CSS Codes

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

#781aac Text Font Color

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

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


#781aac Background Color

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

This div background color is #781aac


#781aac Border Color

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

This div border color is #781aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781aac


Comments

No comments written yet.

Please login to write comment.