Color Hex Logo

#748dbb Color Hex

#748DBB
(116,141,187)
0 Favorites   0 Comments

Color spaces of #748dbb

RGB 116141187
HSL0.610.340.59
HSV219°38°73°
CMYK 0.380.250.00   0.27
XYZ25.697026.350650.7455
Yxy26.35060.25000.2563
Hunter Lab51.3328-0.4761-22.6786
CIE-Lab58.36842.7559-26.8420

#748dbb color RGB value is (116,141,187).

#748dbb hex color red value is 116, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #748dbb hue: 0.61 , saturation: 0.34 and the lightness value of 748dbb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001101 10111011
Octal 164 215 273
Decimal 116 141 187
Hex 74 8D BB

RGB Percentages of Color #748dbb

%26.13
%31.76
%42.12

CMYK Percentages of Color #748dbb

%38
%25
%0
%27

Triadic Colors of #748dbb

#748dbb #bb748d #8dbb74

Analogous Colors of #748dbb

#748dbb #7f74bb #74b1bb

Monochromatic Colors of #748dbb

#748dbb

Complementary Color

#748dbb #bba274

#748dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#748dbb Color CSS Codes

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

#748dbb Text Font Color

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

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


#748dbb Background Color

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

This div background color is #748dbb


#748dbb Border Color

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

This div border color is #748dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748dbb


Comments

No comments written yet.

Please login to write comment.