Color Hex Logo

#7844cc Color Hex

#7844CC
(120,68,204)
0 Favorites   0 Comments

Color spaces of #7844cc

RGB 12068204
HSL0.730.570.53
HSV263°67°80°
CMYK 0.410.670.00   0.20
XYZ20.711912.486958.4453
Yxy12.48690.22600.1363
Hunter Lab35.336842.7845-73.3269
CIE-Lab41.979750.9700-62.5748

#7844cc color RGB value is (120,68,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000100 11001100
Octal 170 104 314
Decimal 120 68 204
Hex 78 44 CC

RGB Percentages of Color #7844cc

%30.61
%17.35
%52.04

CMYK Percentages of Color #7844cc

%41
%67
%0
%20

Triadic Colors of #7844cc

#7844cc #cc7844 #44cc78

Analogous Colors of #7844cc

#7844cc #bc44cc #4454cc

Monochromatic Colors of #7844cc

#7844cc

Complementary Color

#7844cc #98cc44

#7844cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7844cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7844cc Color CSS Codes

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

#7844cc Text Font Color

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

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


#7844cc Background Color

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

This div background color is #7844cc


#7844cc Border Color

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

This div border color is #7844cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7844cc


Comments

No comments written yet.

Please login to write comment.