Color Hex Logo

#7484fc Color Hex

#7484FC
(116,132,252)
0 Favorites   0 Comments

Color spaces of #7484fc

RGB 116132252
HSL0.650.960.72
HSV233°54°99°
CMYK 0.540.480.00   0.01
XYZ33.024427.243895.6135
Yxy27.24380.21190.1748
Hunter Lab52.195621.5955-72.0723
CIE-Lab59.199327.3733-61.8670

#7484fc color RGB value is (116,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 11111100
Octal 164 204 374
Decimal 116 132 252
Hex 74 84 FC

RGB Percentages of Color #7484fc

%23.20
%26.40
%50.40

CMYK Percentages of Color #7484fc

%54
%48
%0
%1

Triadic Colors of #7484fc

#7484fc #fc7484 #84fc74

Analogous Colors of #7484fc

#7484fc #a874fc #74c8fc

Monochromatic Colors of #7484fc

#7484fc

Complementary Color

#7484fc #fcec74

#7484fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484fc Color CSS Codes

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

#7484fc Text Font Color

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

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


#7484fc Background Color

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

This div background color is #7484fc


#7484fc Border Color

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

This div border color is #7484fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484fc


Comments

No comments written yet.

Please login to write comment.