Color Hex Logo

#7484ff Color Hex

#7484FF
(116,132,255)
0 Favorites   0 Comments

Color spaces of #7484ff

RGB 116132255
HSL0.651.000.73
HSV233°55°100°
CMYK 0.550.480.00   0.00
XYZ33.503727.435598.1375
Yxy27.43550.21060.1725
Hunter Lab52.378922.5128-74.4209
CIE-Lab59.375328.3072-63.2342

#7484ff color RGB value is (116,132,255).

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

The process color (four color CMYK) of #7484ff color hex is 0.55, 0.48, 0.00, 0.00. Web safe color of #7484ff is #6699ff. Color #7484ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 11111111
Octal 164 204 377
Decimal 116 132 255
Hex 74 84 FF

RGB Percentages of Color #7484ff

%23.06
%26.24
%50.70

CMYK Percentages of Color #7484ff

%55
%48
%0
%0

Triadic Colors of #7484ff

#7484ff #ff7484 #84ff74

Analogous Colors of #7484ff

#7484ff #aa74ff #74caff

Monochromatic Colors of #7484ff

#7484ff

Complementary Color

#7484ff #ffef74

#7484ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484ff Color CSS Codes

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

#7484ff Text Font Color

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

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


#7484ff Background Color

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

This div background color is #7484ff


#7484ff Border Color

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

This div border color is #7484ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484ff


Comments

No comments written yet.

Please login to write comment.