Color Hex Logo

#7484be Color Hex

#7484BE
(116,132,190)
0 Favorites   0 Comments

Color spaces of #7484be

RGB 116132190
HSL0.630.360.60
HSV227°39°75°
CMYK 0.390.310.00   0.25
XYZ24.748023.933252.0304
Yxy23.93320.24570.2376
Hunter Lab48.92164.6852-28.8126
CIE-Lab56.02098.8445-32.1873

#7484be color RGB value is (116,132,190).

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

The process color (four color CMYK) of #7484be color hex is 0.39, 0.31, 0.00, 0.25. Web safe color of #7484be is #6699cc. Color #7484be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 10111110
Octal 164 204 276
Decimal 116 132 190
Hex 74 84 BE

RGB Percentages of Color #7484be

%26.48
%30.14
%43.38

CMYK Percentages of Color #7484be

%39
%31
%0
%25

Triadic Colors of #7484be

#7484be #be7484 #84be74

Analogous Colors of #7484be

#7484be #8974be #74a9be

Monochromatic Colors of #7484be

#7484be

Complementary Color

#7484be #beae74

#7484be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484be Color CSS Codes

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

#7484be Text Font Color

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

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


#7484be Background Color

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

This div background color is #7484be


#7484be Border Color

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

This div border color is #7484be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484be


Comments

No comments written yet.

Please login to write comment.