Color Hex Logo

#7579da Color Hex

#7579DA
(117,121,218)
0 Favorites   0 Comments

Color spaces of #7579da

RGB 117121218
HSL0.660.580.66
HSV238°46°85°
CMYK 0.460.440.00   0.15
XYZ26.828422.518669.2622
Yxy22.51860.22620.1899
Hunter Lab47.453817.8724-53.3204
CIE-Lab54.573023.7922-50.3278

#7579da color RGB value is (117,121,218).

#7579da hex color red value is 117, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7579da hue: 0.66 , saturation: 0.58 and the lightness value of 7579da is 0.66.

The process color (four color CMYK) of #7579da color hex is 0.46, 0.44, 0.00, 0.15. Web safe color of #7579da is #6666cc. Color #7579da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111001 11011010
Octal 165 171 332
Decimal 117 121 218
Hex 75 79 DA

RGB Percentages of Color #7579da

%25.66
%26.54
%47.81

CMYK Percentages of Color #7579da

%46
%44
%0
%15

Triadic Colors of #7579da

#7579da #da7579 #79da75

Analogous Colors of #7579da

#7579da #a475da #75acda

Monochromatic Colors of #7579da

#7579da

Complementary Color

#7579da #dad675

#7579da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7579da Color Preview on White Background

Lorem ipsum dolor sit amet.

#7579da Color CSS Codes

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

#7579da Text Font Color

<p style="color:#7579da">Text here</p>

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


#7579da Background Color

<div style="background-color:#7579da">
Div content here</div>

This div background color is #7579da


#7579da Border Color

<div style="border:3px solid #7579da">
Div here</div>

This div border color is #7579da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,121,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7579da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7579da;
  -webkit-box-shadow: 1px 1px 3px 2px #7579da;
  box-shadow:         1px 1px 3px 2px #7579da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7579da


Comments

No comments written yet.

Please login to write comment.