Color Hex Logo

#7579ee Color Hex

#7579EE
(117,121,238)
0 Favorites   0 Comments

Color spaces of #7579ee

RGB 117121238
HSL0.660.780.70
HSV238°51°93°
CMYK 0.510.490.00   0.07
XYZ29.606123.629783.8895
Yxy23.62970.21590.1723
Hunter Lab48.610423.6470-68.2926
CIE-Lab55.715129.8190-59.7025

#7579ee color RGB value is (117,121,238).

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

The process color (four color CMYK) of #7579ee color hex is 0.51, 0.49, 0.00, 0.07. Web safe color of #7579ee is #6666ff. Color #7579ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111001 11101110
Octal 165 171 356
Decimal 117 121 238
Hex 75 79 EE

RGB Percentages of Color #7579ee

%24.58
%25.42
%50.00

CMYK Percentages of Color #7579ee

%51
%49
%0
%7

Triadic Colors of #7579ee

#7579ee #ee7579 #79ee75

Analogous Colors of #7579ee

#7579ee #ae75ee #75b6ee

Monochromatic Colors of #7579ee

#7579ee

Complementary Color

#7579ee #eeea75

#7579ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7579ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7579ee Color CSS Codes

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

#7579ee Text Font Color

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

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


#7579ee Background Color

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

This div background color is #7579ee


#7579ee Border Color

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

This div border color is #7579ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7579ee


Comments

No comments written yet.

Please login to write comment.