Color Hex Logo

#749ba2 Color Hex

#749BA2
(116,155,162)
0 Favorites   0 Comments

Color spaces of #749ba2

RGB 116155162
HSL0.530.200.55
HSV189°28°64°
CMYK 0.280.040.00   0.36
XYZ25.445429.764338.5864
Yxy29.76430.27130.3173
Hunter Lab54.5567-12.2212-3.7445
CIE-Lab61.4503-11.5871-7.9970

#749ba2 color RGB value is (116,155,162).

#749ba2 hex color red value is 116, green value is 155 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #749ba2 hue: 0.53 , saturation: 0.20 and the lightness value of 749ba2 is 0.55.

The process color (four color CMYK) of #749ba2 color hex is 0.28, 0.04, 0.00, 0.36. Web safe color of #749ba2 is #669999. Color #749ba2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 10100010
Octal 164 233 242
Decimal 116 155 162
Hex 74 9B A2

RGB Percentages of Color #749ba2

%26.79
%35.80
%37.41

CMYK Percentages of Color #749ba2

%28
%4
%0
%36

Triadic Colors of #749ba2

#749ba2 #a2749b #9ba274

Analogous Colors of #749ba2

#749ba2 #7484a2 #74a292

Monochromatic Colors of #749ba2

#749ba2

Complementary Color

#749ba2 #a27b74

#749ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ba2 Color CSS Codes

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

#749ba2 Text Font Color

<p style="color:#749ba2">Text here</p>

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


#749ba2 Background Color

<div style="background-color:#749ba2">
Div content here</div>

This div background color is #749ba2


#749ba2 Border Color

<div style="border:3px solid #749ba2">
Div here</div>

This div border color is #749ba2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,155,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749ba2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749ba2;
  -webkit-box-shadow: 1px 1px 3px 2px #749ba2;
  box-shadow:         1px 1px 3px 2px #749ba2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ba2


Comments

No comments written yet.

Please login to write comment.