Color Hex Logo

#748eed Color Hex

#748EED
(116,142,237)
0 Favorites   0 Comments

Color spaces of #748eed

RGB 116142237
HSL0.630.770.69
HSV227°51°93°
CMYK 0.510.400.00   0.07
XYZ32.161529.173484.0567
Yxy29.17340.22120.2007
Hunter Lab54.012411.7655-54.4613
CIE-Lab60.934416.8060-50.8255

#748eed color RGB value is (116,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001110 11101101
Octal 164 216 355
Decimal 116 142 237
Hex 74 8E ED

RGB Percentages of Color #748eed

%23.43
%28.69
%47.88

CMYK Percentages of Color #748eed

%51
%40
%0
%7

Triadic Colors of #748eed

#748eed #ed748e #8eed74

Analogous Colors of #748eed

#748eed #9774ed #74cbed

Monochromatic Colors of #748eed

#748eed

Complementary Color

#748eed #edd374

#748eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#748eed Color CSS Codes

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

#748eed Text Font Color

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

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


#748eed Background Color

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

This div background color is #748eed


#748eed Border Color

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

This div border color is #748eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748eed


Comments

No comments written yet.

Please login to write comment.