Color Hex Logo

#7801ec Color Hex

#7801EC
(120,1,236)
0 Favorites   0 Comments

Color spaces of #7801ec

RGB 1201236
HSL0.750.990.46
HSV270°100°93°
CMYK 0.491.000.00   0.07
XYZ22.896910.070980.0940
Yxy10.07090.20250.0891
Hunter Lab31.734773.2539-127.4256
CIE-Lab37.969478.4849-87.4907

#7801ec color RGB value is (120,1,236).

#7801ec hex color red value is 120, green value is 1 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7801ec hue: 0.75 , saturation: 0.99 and the lightness value of 7801ec is 0.46.

The process color (four color CMYK) of #7801ec color hex is 0.49, 1.00, 0.00, 0.07. Web safe color of #7801ec is #6600ff. Color #7801ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000001 11101100
Octal 170 1 354
Decimal 120 1 236
Hex 78 1 EC

RGB Percentages of Color #7801ec

%33.61
%0.28
%66.11

CMYK Percentages of Color #7801ec

%49
%100
%0
%7

Triadic Colors of #7801ec

#7801ec #ec7801 #01ec78

Analogous Colors of #7801ec

#7801ec #ec01eb #0201ec

Monochromatic Colors of #7801ec

#7801ec

Complementary Color

#7801ec #75ec01

#7801ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7801ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7801ec Color CSS Codes

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

#7801ec Text Font Color

<p style="color:#7801ec">Text here</p>

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


#7801ec Background Color

<div style="background-color:#7801ec">
Div content here</div>

This div background color is #7801ec


#7801ec Border Color

<div style="border:3px solid #7801ec">
Div here</div>

This div border color is #7801ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,1,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 #7801ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7801ec


Comments

No comments written yet.

Please login to write comment.