Color Hex Logo

#781cea Color Hex

#781CEA
(120,28,234)
0 Favorites   0 Comments

Color spaces of #781cea

RGB 12028234
HSL0.740.830.51
HSV267°88°92°
CMYK 0.490.880.00   0.08
XYZ23.012310.764178.7067
Yxy10.76410.20460.0957
Hunter Lab32.808767.7863-119.2682
CIE-Lab39.180373.7873-84.3545

#781cea color RGB value is (120,28,234).

#781cea hex color red value is 120, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #781cea hue: 0.74 , saturation: 0.83 and the lightness value of 781cea is 0.51.

The process color (four color CMYK) of #781cea color hex is 0.49, 0.88, 0.00, 0.08. Web safe color of #781cea is #6633ff. Color #781cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011100 11101010
Octal 170 34 352
Decimal 120 28 234
Hex 78 1C EA

RGB Percentages of Color #781cea

%31.41
%7.33
%61.26

CMYK Percentages of Color #781cea

%49
%88
%0
%8

Triadic Colors of #781cea

#781cea #ea781c #1cea78

Analogous Colors of #781cea

#781cea #df1cea #1c27ea

Monochromatic Colors of #781cea

#781cea

Complementary Color

#781cea #8eea1c

#781cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#781cea Color CSS Codes

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

#781cea Text Font Color

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

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


#781cea Background Color

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

This div background color is #781cea


#781cea Border Color

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

This div border color is #781cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781cea


Comments

No comments written yet.

Please login to write comment.