Color Hex Logo

#7841ec Color Hex

#7841EC
(120,65,236)
0 Favorites   0 Comments

Color spaces of #7841ec

RGB 12065236
HSL0.720.820.59
HSV259°72°93°
CMYK 0.490.720.00   0.07
XYZ24.776313.829880.7204
Yxy13.82980.20760.1159
Hunter Lab37.188453.8435-102.6617
CIE-Lab43.987860.8325-77.5834

#7841ec color RGB value is (120,65,236).

#7841ec hex color red value is 120, green value is 65 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7841ec hue: 0.72 , saturation: 0.82 and the lightness value of 7841ec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000001 11101100
Octal 170 101 354
Decimal 120 65 236
Hex 78 41 EC

RGB Percentages of Color #7841ec

%28.50
%15.44
%56.06

CMYK Percentages of Color #7841ec

%49
%72
%0
%7

Triadic Colors of #7841ec

#7841ec #ec7841 #41ec78

Analogous Colors of #7841ec

#7841ec #ce41ec #4160ec

Monochromatic Colors of #7841ec

#7841ec

Complementary Color

#7841ec #b5ec41

#7841ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7841ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7841ec Color CSS Codes

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

#7841ec Text Font Color

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

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


#7841ec Background Color

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

This div background color is #7841ec


#7841ec Border Color

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

This div border color is #7841ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7841ec


Comments

No comments written yet.

Please login to write comment.