Color Hex Logo

#7459de Color Hex

#7459DE
(116,89,222)
0 Favorites   0 Comments

Color spaces of #7459de

RGB 11689222
HSL0.700.670.61
HSV252°60°87°
CMYK 0.480.600.00   0.13
XYZ23.959716.131770.9582
Yxy16.13170.21580.1453
Hunter Lab40.164336.1953-76.6326
CIE-Lab47.146843.6680-64.5242

#7459de color RGB value is (116,89,222).

#7459de hex color red value is 116, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7459de hue: 0.70 , saturation: 0.67 and the lightness value of 7459de is 0.61.

The process color (four color CMYK) of #7459de color hex is 0.48, 0.60, 0.00, 0.13. Web safe color of #7459de is #6666cc. Color #7459de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011001 11011110
Octal 164 131 336
Decimal 116 89 222
Hex 74 59 DE

RGB Percentages of Color #7459de

%27.17
%20.84
%51.99

CMYK Percentages of Color #7459de

%48
%60
%0
%13

Triadic Colors of #7459de

#7459de #de7459 #59de74

Analogous Colors of #7459de

#7459de #b759de #5981de

Monochromatic Colors of #7459de

#7459de

Complementary Color

#7459de #c3de59

#7459de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7459de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7459de Color CSS Codes

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

#7459de Text Font Color

<p style="color:#7459de">Text here</p>

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


#7459de Background Color

<div style="background-color:#7459de">
Div content here</div>

This div background color is #7459de


#7459de Border Color

<div style="border:3px solid #7459de">
Div here</div>

This div border color is #7459de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,89,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7459de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7459de;
  -webkit-box-shadow: 1px 1px 3px 2px #7459de;
  box-shadow:         1px 1px 3px 2px #7459de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7459de


Comments

No comments written yet.

Please login to write comment.