Color Hex Logo

#7559ca Color Hex

#7559CA
(117,89,202)
0 Favorites   0 Comments

Color spaces of #7559ca

RGB 11789202
HSL0.710.520.57
HSV255°56°79°
CMYK 0.420.560.00   0.21
XYZ21.569215.190957.6724
Yxy15.19090.22840.1609
Hunter Lab38.975530.5755-60.4491
CIE-Lab45.894638.1911-55.1054

#7559ca color RGB value is (117,89,202).

#7559ca hex color red value is 117, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7559ca hue: 0.71 , saturation: 0.52 and the lightness value of 7559ca is 0.57.

The process color (four color CMYK) of #7559ca color hex is 0.42, 0.56, 0.00, 0.21. Web safe color of #7559ca is #6666cc. Color #7559ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 11001010
Octal 165 131 312
Decimal 117 89 202
Hex 75 59 CA

RGB Percentages of Color #7559ca

%28.68
%21.81
%49.51

CMYK Percentages of Color #7559ca

%42
%56
%0
%21

Triadic Colors of #7559ca

#7559ca #ca7559 #59ca75

Analogous Colors of #7559ca

#7559ca #ae59ca #5976ca

Monochromatic Colors of #7559ca

#7559ca

Complementary Color

#7559ca #aeca59

#7559ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7559ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7559ca Color CSS Codes

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

#7559ca Text Font Color

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

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


#7559ca Background Color

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

This div background color is #7559ca


#7559ca Border Color

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

This div border color is #7559ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7559ca


Comments

No comments written yet.

Please login to write comment.