Color Hex Logo

#748bfb Color Hex

#748BFB
(116,139,251)
0 Favorites   0 Comments

Color spaces of #748bfb

RGB 116139251
HSL0.640.940.72
HSV230°54°98°
CMYK 0.540.450.00   0.02
XYZ33.847729.143395.1080
Yxy29.14330.21410.1843
Hunter Lab53.984517.4446-66.6658
CIE-Lab60.907922.9058-58.5831

#748bfb color RGB value is (116,139,251).

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

The process color (four color CMYK) of #748bfb color hex is 0.54, 0.45, 0.00, 0.02. Web safe color of #748bfb is #6699ff. Color #748bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 11111011
Octal 164 213 373
Decimal 116 139 251
Hex 74 8B FB

RGB Percentages of Color #748bfb

%22.92
%27.47
%49.60

CMYK Percentages of Color #748bfb

%54
%45
%0
%2

Triadic Colors of #748bfb

#748bfb #fb748b #8bfb74

Analogous Colors of #748bfb

#748bfb #a174fb #74cffb

Monochromatic Colors of #748bfb

#748bfb

Complementary Color

#748bfb #fbe474

#748bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bfb Color CSS Codes

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

#748bfb Text Font Color

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

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


#748bfb Background Color

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

This div background color is #748bfb


#748bfb Border Color

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

This div border color is #748bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.