Color Hex Logo

#748dad Color Hex

#748DAD
(116,141,173)
0 Favorites   0 Comments

Color spaces of #748dad

RGB 116141173
HSL0.590.260.57
HSV214°33°68°
CMYK 0.330.180.00   0.32
XYZ24.270225.779943.2320
Yxy25.77990.26020.2764
Hunter Lab50.7739-3.5304-14.9414
CIE-Lab57.8275-1.0111-19.7092

#748dad color RGB value is (116,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001101 10101101
Octal 164 215 255
Decimal 116 141 173
Hex 74 8D AD

RGB Percentages of Color #748dad

%26.98
%32.79
%40.23

CMYK Percentages of Color #748dad

%33
%18
%0
%32

Triadic Colors of #748dad

#748dad #ad748d #8dad74

Analogous Colors of #748dad

#748dad #7874ad #74aaad

Monochromatic Colors of #748dad

#748dad

Complementary Color

#748dad #ad9474

#748dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#748dad Color CSS Codes

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

#748dad Text Font Color

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

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


#748dad Background Color

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

This div background color is #748dad


#748dad Border Color

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

This div border color is #748dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748dad


Comments

No comments written yet.

Please login to write comment.