Color Hex Logo

#748abe Color Hex

#748ABE
(116,138,190)
0 Favorites   0 Comments

Color spaces of #748abe

RGB 116138190
HSL0.620.360.60
HSV222°39°75°
CMYK 0.390.270.00   0.25
XYZ25.585225.607752.3095
Yxy25.60770.24720.2474
Hunter Lab50.60411.6918-25.8653
CIE-Lab57.66285.3276-29.6355

#748abe color RGB value is (116,138,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 10111110
Octal 164 212 276
Decimal 116 138 190
Hex 74 8A BE

RGB Percentages of Color #748abe

%26.13
%31.08
%42.79

CMYK Percentages of Color #748abe

%39
%27
%0
%25

Triadic Colors of #748abe

#748abe #be748a #8abe74

Analogous Colors of #748abe

#748abe #8374be #74afbe

Monochromatic Colors of #748abe

#748abe

Complementary Color

#748abe #bea874

#748abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#748abe Color CSS Codes

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

#748abe Text Font Color

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

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


#748abe Background Color

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

This div background color is #748abe


#748abe Border Color

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

This div border color is #748abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,138,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 #748abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748abe


Comments

No comments written yet.

Please login to write comment.