Color Hex Logo

#748fad Color Hex

#748FAD
(116,143,173)
0 Favorites   0 Comments

Color spaces of #748fad

RGB 116143173
HSL0.590.260.57
HSV212°33°68°
CMYK 0.330.170.00   0.32
XYZ24.567726.375143.3312
Yxy26.37510.26060.2798
Hunter Lab51.3567-4.4845-14.0751
CIE-Lab58.3914-2.1507-18.8494

#748fad color RGB value is (116,143,173).

#748fad hex color red value is 116, green value is 143 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #748fad hue: 0.59 , saturation: 0.26 and the lightness value of 748fad is 0.57.

The process color (four color CMYK) of #748fad color hex is 0.33, 0.17, 0.00, 0.32. Web safe color of #748fad is #669999. Color #748fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 10101101
Octal 164 217 255
Decimal 116 143 173
Hex 74 8F AD

RGB Percentages of Color #748fad

%26.85
%33.10
%40.05

CMYK Percentages of Color #748fad

%33
%17
%0
%32

Triadic Colors of #748fad

#748fad #ad748f #8fad74

Analogous Colors of #748fad

#748fad #7674ad #74acad

Monochromatic Colors of #748fad

#748fad

Complementary Color

#748fad #ad9274

#748fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fad Color CSS Codes

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

#748fad Text Font Color

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

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


#748fad Background Color

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

This div background color is #748fad


#748fad Border Color

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

This div border color is #748fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fad


Comments

No comments written yet.

Please login to write comment.