Color Hex Logo

#7579dc Color Hex

#7579DC
(117,121,220)
0 Favorites   0 Comments

Color spaces of #7579dc

RGB 117121220
HSL0.660.600.66
HSV238°47°86°
CMYK 0.470.450.00   0.14
XYZ27.091822.624070.6491
Yxy22.62400.22510.1880
Hunter Lab47.564718.4315-54.7697
CIE-Lab54.682924.3883-51.2788

#7579dc color RGB value is (117,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111001 11011100
Octal 165 171 334
Decimal 117 121 220
Hex 75 79 DC

RGB Percentages of Color #7579dc

%25.55
%26.42
%48.03

CMYK Percentages of Color #7579dc

%47
%45
%0
%14

Triadic Colors of #7579dc

#7579dc #dc7579 #79dc75

Analogous Colors of #7579dc

#7579dc #a575dc #75addc

Monochromatic Colors of #7579dc

#7579dc

Complementary Color

#7579dc #dcd875

#7579dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7579dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7579dc Color CSS Codes

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

#7579dc Text Font Color

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

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


#7579dc Background Color

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

This div background color is #7579dc


#7579dc Border Color

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

This div border color is #7579dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7579dc


Comments

No comments written yet.

Please login to write comment.