Color Hex Logo

#748bed Color Hex

#748BED
(116,139,237)
0 Favorites   0 Comments

Color spaces of #748bed

RGB 116139237
HSL0.630.770.69
HSV229°51°93°
CMYK 0.510.410.00   0.07
XYZ31.721128.292783.9099
Yxy28.29270.22040.1966
Hunter Lab53.190913.3668-56.2978
CIE-Lab60.152318.5795-52.0671

#748bed color RGB value is (116,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 11101101
Octal 164 213 355
Decimal 116 139 237
Hex 74 8B ED

RGB Percentages of Color #748bed

%23.58
%28.25
%48.17

CMYK Percentages of Color #748bed

%51
%41
%0
%7

Triadic Colors of #748bed

#748bed #ed748b #8bed74

Analogous Colors of #748bed

#748bed #9a74ed #74c8ed

Monochromatic Colors of #748bed

#748bed

Complementary Color

#748bed #edd674

#748bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bed Color CSS Codes

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

#748bed Text Font Color

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

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


#748bed Background Color

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

This div background color is #748bed


#748bed Border Color

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

This div border color is #748bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bed


Comments

No comments written yet.

Please login to write comment.