Color Hex Logo

#748caf Color Hex

#748CAF
(116,140,175)
0 Favorites   0 Comments

Color spaces of #748caf

RGB 116140175
HSL0.600.270.57
HSV216°34°69°
CMYK 0.340.200.00   0.31
XYZ24.318425.564344.2101
Yxy25.56430.25850.2717
Hunter Lab50.5612-2.6289-16.4497
CIE-Lab57.62120.0883-21.1654

#748caf color RGB value is (116,140,175).

#748caf hex color red value is 116, green value is 140 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #748caf hue: 0.60 , saturation: 0.27 and the lightness value of 748caf is 0.57.

The process color (four color CMYK) of #748caf color hex is 0.34, 0.20, 0.00, 0.31. Web safe color of #748caf is #669999. Color #748caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 10101111
Octal 164 214 257
Decimal 116 140 175
Hex 74 8C AF

RGB Percentages of Color #748caf

%26.91
%32.48
%40.60

CMYK Percentages of Color #748caf

%34
%20
%0
%31

Triadic Colors of #748caf

#748caf #af748c #8caf74

Analogous Colors of #748caf

#748caf #7a74af #74aaaf

Monochromatic Colors of #748caf

#748caf

Complementary Color

#748caf #af9774

#748caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#748caf Color CSS Codes

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

#748caf Text Font Color

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

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


#748caf Background Color

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

This div background color is #748caf


#748caf Border Color

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

This div border color is #748caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748caf


Comments

No comments written yet.

Please login to write comment.