Color Hex Logo

#7379db Color Hex

#7379DB
(115,121,219)
0 Favorites   0 Comments

Color spaces of #7379db

RGB 115121219
HSL0.660.590.65
HSV237°47°86°
CMYK 0.470.450.00   0.14
XYZ26.693822.434169.9411
Yxy22.43410.22420.1884
Hunter Lab47.364617.7110-54.3954
CIE-Lab54.484623.6238-51.0404

#7379db color RGB value is (115,121,219).

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

The process color (four color CMYK) of #7379db color hex is 0.47, 0.45, 0.00, 0.14. Web safe color of #7379db is #6666cc. Color #7379db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111001 11011011
Octal 163 171 333
Decimal 115 121 219
Hex 73 79 DB

RGB Percentages of Color #7379db

%25.27
%26.59
%48.13

CMYK Percentages of Color #7379db

%47
%45
%0
%14

Triadic Colors of #7379db

#7379db #db7379 #79db73

Analogous Colors of #7379db

#7379db #a173db #73addb

Monochromatic Colors of #7379db

#7379db

Complementary Color

#7379db #dbd573

#7379db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7379db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7379db Color CSS Codes

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

#7379db Text Font Color

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

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


#7379db Background Color

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

This div background color is #7379db


#7379db Border Color

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

This div border color is #7379db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,121,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7379db


Comments

No comments written yet.

Please login to write comment.