Color Hex Logo

#781ad3 Color Hex

#781AD3
(120,26,211)
0 Favorites   0 Comments

Color spaces of #781ad3

RGB 12026211
HSL0.750.780.46
HSV270°88°83°
CMYK 0.430.880.00   0.17
XYZ19.87309.435062.4017
Yxy9.43500.21670.1029
Hunter Lab30.716461.7326-98.9485
CIE-Lab36.808769.1407-75.0783

#781ad3 color RGB value is (120,26,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 11010011
Octal 170 32 323
Decimal 120 26 211
Hex 78 1A D3

RGB Percentages of Color #781ad3

%33.61
%7.28
%59.10

CMYK Percentages of Color #781ad3

%43
%88
%0
%17

Triadic Colors of #781ad3

#781ad3 #d3781a #1ad378

Analogous Colors of #781ad3

#781ad3 #d31ad2 #1c1ad3

Monochromatic Colors of #781ad3

#781ad3

Complementary Color

#781ad3 #75d31a

#781ad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ad3 Color CSS Codes

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

#781ad3 Text Font Color

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

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


#781ad3 Background Color

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

This div background color is #781ad3


#781ad3 Border Color

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

This div border color is #781ad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ad3


Comments

No comments written yet.

Please login to write comment.