Color Hex Logo

#7459ff Color Hex

#7459FF
(116,89,255)
0 Favorites   0 Comments

Color spaces of #7459ff

RGB 11689255
HSL0.691.000.67
HSV250°65°100°
CMYK 0.550.650.00   0.00
XYZ28.824818.077896.5779
Yxy18.07780.20090.1260
Hunter Lab42.518046.6064-104.9122
CIE-Lab49.590353.2109-79.0760

#7459ff color RGB value is (116,89,255).

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

The process color (four color CMYK) of #7459ff color hex is 0.55, 0.65, 0.00, 0.00. Web safe color of #7459ff is #6666ff. Color #7459ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011001 11111111
Octal 164 131 377
Decimal 116 89 255
Hex 74 59 FF

RGB Percentages of Color #7459ff

%25.22
%19.35
%55.43

CMYK Percentages of Color #7459ff

%55
%65
%0
%0

Triadic Colors of #7459ff

#7459ff #ff7459 #59ff74

Analogous Colors of #7459ff

#7459ff #c759ff #5991ff

Monochromatic Colors of #7459ff

#7459ff

Complementary Color

#7459ff #e4ff59

#7459ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7459ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7459ff Color CSS Codes

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

#7459ff Text Font Color

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

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


#7459ff Background Color

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

This div background color is #7459ff


#7459ff Border Color

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

This div border color is #7459ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7459ff

Related Colors


Comments

No comments written yet.

Please login to write comment.