Color Hex Logo

#7484dc Color Hex

#7484DC
(116,132,220)
0 Favorites   0 Comments

Color spaces of #7484dc

RGB 116132220
HSL0.640.600.66
HSV231°47°86°
CMYK 0.470.400.00   0.14
XYZ28.372025.382871.1142
Yxy25.38280.22720.2033
Hunter Lab50.381312.3540-48.4220
CIE-Lab57.446517.5797-46.8931

#7484dc color RGB value is (116,132,220).

#7484dc hex color red value is 116, green value is 132 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7484dc hue: 0.64 , saturation: 0.60 and the lightness value of 7484dc is 0.66.

The process color (four color CMYK) of #7484dc color hex is 0.47, 0.40, 0.00, 0.14. Web safe color of #7484dc is #6699cc. Color #7484dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 11011100
Octal 164 204 334
Decimal 116 132 220
Hex 74 84 DC

RGB Percentages of Color #7484dc

%24.79
%28.21
%47.01

CMYK Percentages of Color #7484dc

%47
%40
%0
%14

Triadic Colors of #7484dc

#7484dc #dc7484 #84dc74

Analogous Colors of #7484dc

#7484dc #9874dc #74b8dc

Monochromatic Colors of #7484dc

#7484dc

Complementary Color

#7484dc #dccc74

#7484dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484dc Color CSS Codes

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

#7484dc Text Font Color

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

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


#7484dc Background Color

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

This div background color is #7484dc


#7484dc Border Color

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

This div border color is #7484dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484dc


Comments

No comments written yet.

Please login to write comment.