Color Hex Logo

#7841cc Color Hex

#7841CC
(120,65,204)
0 Favorites   0 Comments

Color spaces of #7841cc

RGB 12065204
HSL0.730.580.53
HSV264°68°80°
CMYK 0.410.680.00   0.20
XYZ20.535112.133358.3864
Yxy12.13330.22550.1333
Hunter Lab34.832944.2739-74.9981
CIE-Lab41.427252.4931-63.4728

#7841cc color RGB value is (120,65,204).

#7841cc hex color red value is 120, green value is 65 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7841cc hue: 0.73 , saturation: 0.58 and the lightness value of 7841cc is 0.53.

The process color (four color CMYK) of #7841cc color hex is 0.41, 0.68, 0.00, 0.20. Web safe color of #7841cc is #6633cc. Color #7841cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000001 11001100
Octal 170 101 314
Decimal 120 65 204
Hex 78 41 CC

RGB Percentages of Color #7841cc

%30.85
%16.71
%52.44

CMYK Percentages of Color #7841cc

%41
%68
%0
%20

Triadic Colors of #7841cc

#7841cc #cc7841 #41cc78

Analogous Colors of #7841cc

#7841cc #be41cc #4150cc

Monochromatic Colors of #7841cc

#7841cc

Complementary Color

#7841cc #95cc41

#7841cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7841cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7841cc Color CSS Codes

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

#7841cc Text Font Color

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

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


#7841cc Background Color

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

This div background color is #7841cc


#7841cc Border Color

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

This div border color is #7841cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7841cc


Comments

No comments written yet.

Please login to write comment.