Color Hex Logo

#748eee Color Hex

#748EEE
(116,142,238)
0 Favorites   0 Comments

Color spaces of #748eee

RGB 116142238
HSL0.630.780.69
HSV227°51°93°
CMYK 0.510.400.00   0.07
XYZ32.308129.232184.8285
Yxy29.23210.22070.1997
Hunter Lab54.066712.0477-55.1769
CIE-Lab60.985917.1124-51.2965

#748eee color RGB value is (116,142,238).

#748eee hex color red value is 116, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #748eee hue: 0.63 , saturation: 0.78 and the lightness value of 748eee is 0.69.

The process color (four color CMYK) of #748eee color hex is 0.51, 0.40, 0.00, 0.07. Web safe color of #748eee is #6699ff. Color #748eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001110 11101110
Octal 164 216 356
Decimal 116 142 238
Hex 74 8E EE

RGB Percentages of Color #748eee

%23.39
%28.63
%47.98

CMYK Percentages of Color #748eee

%51
%40
%0
%7

Triadic Colors of #748eee

#748eee #ee748e #8eee74

Analogous Colors of #748eee

#748eee #9774ee #74cbee

Monochromatic Colors of #748eee

#748eee

Complementary Color

#748eee #eed474

#748eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#748eee Color CSS Codes

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

#748eee Text Font Color

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

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


#748eee Background Color

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

This div background color is #748eee


#748eee Border Color

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

This div border color is #748eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748eee


Comments

No comments written yet.

Please login to write comment.