Color Hex Logo

#7379cc Color Hex

#7379CC
(115,121,204)
0 Favorites   0 Comments

Color spaces of #7379cc

RGB 115121204
HSL0.660.470.63
HSV236°44°80°
CMYK 0.440.410.00   0.20
XYZ24.806721.679260.0038
Yxy21.67920.23290.2036
Hunter Lab46.560913.6195-43.8153
CIE-Lab53.685019.1652-43.8255

#7379cc color RGB value is (115,121,204).

#7379cc hex color red value is 115, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7379cc hue: 0.66 , saturation: 0.47 and the lightness value of 7379cc is 0.63.

The process color (four color CMYK) of #7379cc color hex is 0.44, 0.41, 0.00, 0.20. Web safe color of #7379cc is #6666cc. Color #7379cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111001 11001100
Octal 163 171 314
Decimal 115 121 204
Hex 73 79 CC

RGB Percentages of Color #7379cc

%26.14
%27.50
%46.36

CMYK Percentages of Color #7379cc

%44
%41
%0
%20

Triadic Colors of #7379cc

#7379cc #cc7379 #79cc73

Analogous Colors of #7379cc

#7379cc #9a73cc #73a6cc

Monochromatic Colors of #7379cc

#7379cc

Complementary Color

#7379cc #ccc673

#7379cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7379cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7379cc Color CSS Codes

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

#7379cc Text Font Color

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

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


#7379cc Background Color

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

This div background color is #7379cc


#7379cc Border Color

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

This div border color is #7379cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7379cc


Comments

No comments written yet.

Please login to write comment.