Color Hex Logo

#7482fd Color Hex

#7482FD
(116,130,253)
0 Favorites   0 Comments

Color spaces of #7482fd

RGB 116130253
HSL0.650.970.72
HSV234°54°99°
CMYK 0.540.490.00   0.01
XYZ32.914726.770196.3609
Yxy26.77010.21090.1716
Hunter Lab51.739823.0095-74.2045
CIE-Lab58.760928.8732-63.1206

#7482fd color RGB value is (116,130,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000010 11111101
Octal 164 202 375
Decimal 116 130 253
Hex 74 82 FD

RGB Percentages of Color #7482fd

%23.25
%26.05
%50.70

CMYK Percentages of Color #7482fd

%54
%49
%0
%1

Triadic Colors of #7482fd

#7482fd #fd7482 #82fd74

Analogous Colors of #7482fd

#7482fd #ab74fd #74c7fd

Monochromatic Colors of #7482fd

#7482fd

Complementary Color

#7482fd #fdef74

#7482fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7482fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7482fd Color CSS Codes

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

#7482fd Text Font Color

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

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


#7482fd Background Color

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

This div background color is #7482fd


#7482fd Border Color

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

This div border color is #7482fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7482fd


Comments

No comments written yet.

Please login to write comment.