Color Hex Logo

#7949cc Color Hex

#7949CC
(121,73,204)
0 Favorites   0 Comments

Color spaces of #7949cc

RGB 12173204
HSL0.730.560.54
HSV262°64°80°
CMYK 0.410.640.00   0.20
XYZ21.166813.189758.5570
Yxy13.18970.22780.1420
Hunter Lab36.317640.4783-70.1743
CIE-Lab43.047748.5536-60.8370

#7949cc color RGB value is (121,73,204).

#7949cc hex color red value is 121, green value is 73 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7949cc hue: 0.73 , saturation: 0.56 and the lightness value of 7949cc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 11001100
Octal 171 111 314
Decimal 121 73 204
Hex 79 49 CC

RGB Percentages of Color #7949cc

%30.40
%18.34
%51.26

CMYK Percentages of Color #7949cc

%41
%64
%0
%20

Triadic Colors of #7949cc

#7949cc #cc7949 #49cc79

Analogous Colors of #7949cc

#7949cc #bb49cc #495bcc

Monochromatic Colors of #7949cc

#7949cc

Complementary Color

#7949cc #9ccc49

#7949cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7949cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7949cc Color CSS Codes

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

#7949cc Text Font Color

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

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


#7949cc Background Color

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

This div background color is #7949cc


#7949cc Border Color

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

This div border color is #7949cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7949cc


Comments

No comments written yet.

Please login to write comment.