Color Hex Logo

#7484bb Color Hex

#7484BB
(116,132,187)
0 Favorites   0 Comments

Color spaces of #7484bb

RGB 116132187
HSL0.630.340.59
HSV226°38°73°
CMYK 0.380.290.00   0.27
XYZ24.423423.803450.3210
Yxy23.80340.24780.2415
Hunter Lab48.78873.9760-27.0000
CIE-Lab55.89048.0046-30.6808

#7484bb color RGB value is (116,132,187).

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

The process color (four color CMYK) of #7484bb color hex is 0.38, 0.29, 0.00, 0.27. Web safe color of #7484bb is #6699cc. Color #7484bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 10111011
Octal 164 204 273
Decimal 116 132 187
Hex 74 84 BB

RGB Percentages of Color #7484bb

%26.67
%30.34
%42.99

CMYK Percentages of Color #7484bb

%38
%29
%0
%27

Triadic Colors of #7484bb

#7484bb #bb7484 #84bb74

Analogous Colors of #7484bb

#7484bb #8874bb #74a8bb

Monochromatic Colors of #7484bb

#7484bb

Complementary Color

#7484bb #bbab74

#7484bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7484bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7484bb Color CSS Codes

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

#7484bb Text Font Color

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

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


#7484bb Background Color

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

This div background color is #7484bb


#7484bb Border Color

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

This div border color is #7484bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7484bb


Comments

No comments written yet.

Please login to write comment.