Color Hex Logo

#7480de Color Hex

#7480DE
(116,128,222)
0 Favorites   0 Comments

Color spaces of #7480de

RGB 116128222
HSL0.650.620.66
HSV233°48°87°
CMYK 0.480.420.00   0.13
XYZ28.106424.425372.3404
Yxy24.42530.22510.1956
Hunter Lab49.422015.0250-52.1892
CIE-Lab56.511120.5656-49.4975

#7480de color RGB value is (116,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 11011110
Octal 164 200 336
Decimal 116 128 222
Hex 74 80 DE

RGB Percentages of Color #7480de

%24.89
%27.47
%47.64

CMYK Percentages of Color #7480de

%48
%42
%0
%13

Triadic Colors of #7480de

#7480de #de7480 #80de74

Analogous Colors of #7480de

#7480de #9d74de #74b5de

Monochromatic Colors of #7480de

#7480de

Complementary Color

#7480de #ded274

#7480de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7480de Color Preview on White Background

Lorem ipsum dolor sit amet.

#7480de Color CSS Codes

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

#7480de Text Font Color

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

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


#7480de Background Color

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

This div background color is #7480de


#7480de Border Color

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

This div border color is #7480de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,128,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 #7480de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7480de


Comments

No comments written yet.

Please login to write comment.