Color Hex Logo

#748ab4 Color Hex

#748AB4
(116,138,180)
0 Favorites   0 Comments

Color spaces of #748ab4

RGB 116138180
HSL0.610.300.58
HSV219°36°71°
CMYK 0.360.230.00   0.29
XYZ24.529225.185246.7484
Yxy25.18520.25430.2611
Hunter Lab50.1849-0.5768-20.1007
CIE-Lab57.25542.5793-24.5777

#748ab4 color RGB value is (116,138,180).

#748ab4 hex color red value is 116, green value is 138 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #748ab4 hue: 0.61 , saturation: 0.30 and the lightness value of 748ab4 is 0.58.

The process color (four color CMYK) of #748ab4 color hex is 0.36, 0.23, 0.00, 0.29. Web safe color of #748ab4 is #6699cc. Color #748ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 10110100
Octal 164 212 264
Decimal 116 138 180
Hex 74 8A B4

RGB Percentages of Color #748ab4

%26.73
%31.80
%41.47

CMYK Percentages of Color #748ab4

%36
%23
%0
%29

Triadic Colors of #748ab4

#748ab4 #b4748a #8ab474

Analogous Colors of #748ab4

#748ab4 #7e74b4 #74aab4

Monochromatic Colors of #748ab4

#748ab4

Complementary Color

#748ab4 #b49e74

#748ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748ab4 Color CSS Codes

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

#748ab4 Text Font Color

<p style="color:#748ab4">Text here</p>

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


#748ab4 Background Color

<div style="background-color:#748ab4">
Div content here</div>

This div background color is #748ab4


#748ab4 Border Color

<div style="border:3px solid #748ab4">
Div here</div>

This div border color is #748ab4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,138,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748ab4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748ab4;
  -webkit-box-shadow: 1px 1px 3px 2px #748ab4;
  box-shadow:         1px 1px 3px 2px #748ab4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748ab4


Comments

No comments written yet.

Please login to write comment.