Color Hex Logo

#781cec Color Hex

#781CEC
(120,28,236)
0 Favorites   0 Comments

Color spaces of #781cec

RGB 12028236
HSL0.740.850.52
HSV267°88°93°
CMYK 0.490.880.00   0.07
XYZ23.301310.879780.2288
Yxy10.87970.20370.0951
Hunter Lab32.984468.3758-121.1236
CIE-Lab39.377174.2380-85.1648

#781cec color RGB value is (120,28,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011100 11101100
Octal 170 34 354
Decimal 120 28 236
Hex 78 1C EC

RGB Percentages of Color #781cec

%31.25
%7.29
%61.46

CMYK Percentages of Color #781cec

%49
%88
%0
%7

Triadic Colors of #781cec

#781cec #ec781c #1cec78

Analogous Colors of #781cec

#781cec #e01cec #1c28ec

Monochromatic Colors of #781cec

#781cec

Complementary Color

#781cec #90ec1c

#781cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#781cec Color CSS Codes

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

#781cec Text Font Color

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

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


#781cec Background Color

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

This div background color is #781cec


#781cec Border Color

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

This div border color is #781cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781cec


Comments

No comments written yet.

Please login to write comment.