Color Hex Logo

#748eda Color Hex

#748EDA
(116,142,218)
0 Favorites   0 Comments

Color spaces of #748eda

RGB 116142218
HSL0.620.580.65
HSV225°47°85°
CMYK 0.470.350.00   0.15
XYZ29.530328.121070.2011
Yxy28.12100.23100.2199
Hunter Lab53.02926.5998-41.3687
CIE-Lab59.997911.0693-41.7483

#748eda color RGB value is (116,142,218).

#748eda hex color red value is 116, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #748eda hue: 0.62 , saturation: 0.58 and the lightness value of 748eda is 0.65.

The process color (four color CMYK) of #748eda color hex is 0.47, 0.35, 0.00, 0.15. Web safe color of #748eda is #6699cc. Color #748eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001110 11011010
Octal 164 216 332
Decimal 116 142 218
Hex 74 8E DA

RGB Percentages of Color #748eda

%24.37
%29.83
%45.80

CMYK Percentages of Color #748eda

%47
%35
%0
%15

Triadic Colors of #748eda

#748eda #da748e #8eda74

Analogous Colors of #748eda

#748eda #8d74da #74c1da

Monochromatic Colors of #748eda

#748eda

Complementary Color

#748eda #dac074

#748eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#748eda Color CSS Codes

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

#748eda Text Font Color

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

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


#748eda Background Color

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

This div background color is #748eda


#748eda Border Color

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

This div border color is #748eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748eda


Comments

No comments written yet.

Please login to write comment.