Color Hex Logo

#748bef Color Hex

#748BEF
(116,139,239)
0 Favorites   0 Comments

Color spaces of #748bef

RGB 116139239
HSL0.640.790.70
HSV229°51°94°
CMYK 0.510.420.00   0.06
XYZ32.015128.410285.4577
Yxy28.41020.21950.1947
Hunter Lab53.301213.9380-57.7486
CIE-Lab60.257519.1939-53.0062

#748bef color RGB value is (116,139,239).

#748bef hex color red value is 116, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #748bef hue: 0.64 , saturation: 0.79 and the lightness value of 748bef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 11101111
Octal 164 213 357
Decimal 116 139 239
Hex 74 8B EF

RGB Percentages of Color #748bef

%23.48
%28.14
%48.38

CMYK Percentages of Color #748bef

%51
%42
%0
%6

Triadic Colors of #748bef

#748bef #ef748b #8bef74

Analogous Colors of #748bef

#748bef #9b74ef #74c9ef

Monochromatic Colors of #748bef

#748bef

Complementary Color

#748bef #efd874

#748bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bef Color CSS Codes

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

#748bef Text Font Color

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

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


#748bef Background Color

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

This div background color is #748bef


#748bef Border Color

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

This div border color is #748bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bef


Comments

No comments written yet.

Please login to write comment.