Color Hex Logo

#7480fd Color Hex

#7480FD
(116,128,253)
0 Favorites   0 Comments

Color spaces of #7480fd

RGB 116128253
HSL0.650.970.72
HSV235°54°99°
CMYK 0.540.490.00   0.01
XYZ32.651326.243296.2730
Yxy26.24320.21040.1691
Hunter Lab51.228124.1215-75.5640
CIE-Lab58.267230.0623-63.9135

#7480fd color RGB value is (116,128,253).

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

The process color (four color CMYK) of #7480fd color hex is 0.54, 0.49, 0.00, 0.01. Web safe color of #7480fd is #6699ff. Color #7480fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 11111101
Octal 164 200 375
Decimal 116 128 253
Hex 74 80 FD

RGB Percentages of Color #7480fd

%23.34
%25.75
%50.91

CMYK Percentages of Color #7480fd

%54
%49
%0
%1

Triadic Colors of #7480fd

#7480fd #fd7480 #80fd74

Analogous Colors of #7480fd

#7480fd #ad74fd #74c5fd

Monochromatic Colors of #7480fd

#7480fd

Complementary Color

#7480fd #fdf174

#7480fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7480fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7480fd Color CSS Codes

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

#7480fd Text Font Color

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

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


#7480fd Background Color

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

This div background color is #7480fd


#7480fd Border Color

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

This div border color is #7480fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7480fd

Related Colors


Comments

No comments written yet.

Please login to write comment.