Color Hex Logo

#7480ef Color Hex

#7480EF
(116,128,239)
0 Favorites   0 Comments

Color spaces of #7480ef

RGB 116128239
HSL0.650.790.70
HSV234°51°94°
CMYK 0.510.460.00   0.06
XYZ30.501625.383384.9532
Yxy25.38330.21660.1802
Hunter Lab50.381819.8972-64.7067
CIE-Lab57.447025.7375-57.4882

#7480ef color RGB value is (116,128,239).

#7480ef hex color red value is 116, green value is 128 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7480ef hue: 0.65 , saturation: 0.79 and the lightness value of 7480ef is 0.70.

The process color (four color CMYK) of #7480ef color hex is 0.51, 0.46, 0.00, 0.06. Web safe color of #7480ef is #6699ff. Color #7480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 11101111
Octal 164 200 357
Decimal 116 128 239
Hex 74 80 EF

RGB Percentages of Color #7480ef

%24.02
%26.50
%49.48

CMYK Percentages of Color #7480ef

%51
%46
%0
%6

Triadic Colors of #7480ef

#7480ef #ef7480 #80ef74

Analogous Colors of #7480ef

#7480ef #a674ef #74beef

Monochromatic Colors of #7480ef

#7480ef

Complementary Color

#7480ef #efe374

#7480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7480ef Color CSS Codes

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

#7480ef Text Font Color

<p style="color:#7480ef">Text here</p>

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


#7480ef Background Color

<div style="background-color:#7480ef">
Div content here</div>

This div background color is #7480ef


#7480ef Border Color

<div style="border:3px solid #7480ef">
Div here</div>

This div border color is #7480ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,128,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7480ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7480ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7480ef;
  box-shadow:         1px 1px 3px 2px #7480ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7480ef


Comments

No comments written yet.

Please login to write comment.