Color Hex Logo

#7559dc Color Hex

#7559DC
(117,89,220)
0 Favorites   0 Comments

Color spaces of #7559dc

RGB 11789220
HSL0.700.650.61
HSV253°60°86°
CMYK 0.470.600.00   0.14
XYZ23.826816.094069.5608
Yxy16.09400.21760.1470
Hunter Lab40.117335.8108-74.7228
CIE-Lab47.097643.2951-63.4633

#7559dc color RGB value is (117,89,220).

#7559dc hex color red value is 117, green value is 89 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7559dc hue: 0.70 , saturation: 0.65 and the lightness value of 7559dc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 11011100
Octal 165 131 334
Decimal 117 89 220
Hex 75 59 DC

RGB Percentages of Color #7559dc

%27.46
%20.89
%51.64

CMYK Percentages of Color #7559dc

%47
%60
%0
%14

Triadic Colors of #7559dc

#7559dc #dc7559 #59dc75

Analogous Colors of #7559dc

#7559dc #b759dc #597fdc

Monochromatic Colors of #7559dc

#7559dc

Complementary Color

#7559dc #c0dc59

#7559dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7559dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7559dc Color CSS Codes

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

#7559dc Text Font Color

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

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


#7559dc Background Color

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

This div background color is #7559dc


#7559dc Border Color

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

This div border color is #7559dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,89,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 #7559dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7559dc


Comments

No comments written yet.

Please login to write comment.