Color Hex Logo

#781add Color Hex

#781ADD
(120,26,221)
0 Favorites   0 Comments

Color spaces of #781add

RGB 12026221
HSL0.750.790.48
HSV269°88°87°
CMYK 0.460.880.00   0.13
XYZ21.16639.952369.2120
Yxy9.95230.21100.0992
Hunter Lab31.547364.5549-107.9941
CIE-Lab37.756771.3573-79.2799

#781add color RGB value is (120,26,221).

#781add hex color red value is 120, green value is 26 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #781add hue: 0.75 , saturation: 0.79 and the lightness value of 781add is 0.48.

The process color (four color CMYK) of #781add color hex is 0.46, 0.88, 0.00, 0.13. Web safe color of #781add is #6633cc. Color #781add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 11011101
Octal 170 32 335
Decimal 120 26 221
Hex 78 1A DD

RGB Percentages of Color #781add

%32.70
%7.08
%60.22

CMYK Percentages of Color #781add

%46
%88
%0
%13

Triadic Colors of #781add

#781add #dd781a #1add78

Analogous Colors of #781add

#781add #da1add #1a1ddd

Monochromatic Colors of #781add

#781add

Complementary Color

#781add #7fdd1a

#781add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781add Color Preview on White Background

Lorem ipsum dolor sit amet.

#781add Color CSS Codes

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

#781add Text Font Color

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

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


#781add Background Color

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

This div background color is #781add


#781add Border Color

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

This div border color is #781add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781add


Comments

No comments written yet.

Please login to write comment.