Color Hex Logo

#748bbc Color Hex

#748BBC
(116,139,188)
0 Favorites   0 Comments

Color spaces of #748bbc

RGB 116139188
HSL0.610.350.60
HSV221°38°74°
CMYK 0.380.260.00   0.26
XYZ25.512225.809151.2140
Yxy25.80910.24880.2517
Hunter Lab50.80270.7349-24.2082
CIE-Lab57.85544.1900-28.2022

#748bbc color RGB value is (116,139,188).

#748bbc hex color red value is 116, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #748bbc hue: 0.61 , saturation: 0.35 and the lightness value of 748bbc is 0.60.

The process color (four color CMYK) of #748bbc color hex is 0.38, 0.26, 0.00, 0.26. Web safe color of #748bbc is #6699cc. Color #748bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 10111100
Octal 164 213 274
Decimal 116 139 188
Hex 74 8B BC

RGB Percentages of Color #748bbc

%26.19
%31.38
%42.44

CMYK Percentages of Color #748bbc

%38
%26
%0
%26

Triadic Colors of #748bbc

#748bbc #bc748b #8bbc74

Analogous Colors of #748bbc

#748bbc #8174bc #74afbc

Monochromatic Colors of #748bbc

#748bbc

Complementary Color

#748bbc #bca574

#748bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bbc Color CSS Codes

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

#748bbc Text Font Color

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

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


#748bbc Background Color

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

This div background color is #748bbc


#748bbc Border Color

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

This div border color is #748bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bbc


Comments

No comments written yet.

Please login to write comment.