Color Hex Logo

#748fb5 Color Hex

#748FB5
(116,143,181)
0 Favorites   0 Comments

Color spaces of #748fb5

RGB 116143181
HSL0.600.310.58
HSV215°36°71°
CMYK 0.360.210.00   0.29
XYZ25.365426.694147.5316
Yxy26.69410.25470.2680
Hunter Lab51.6663-2.7822-18.3787
CIE-Lab58.6901-0.0277-22.9421

#748fb5 color RGB value is (116,143,181).

#748fb5 hex color red value is 116, green value is 143 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #748fb5 hue: 0.60 , saturation: 0.31 and the lightness value of 748fb5 is 0.58.

The process color (four color CMYK) of #748fb5 color hex is 0.36, 0.21, 0.00, 0.29. Web safe color of #748fb5 is #6699cc. Color #748fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 10110101
Octal 164 217 265
Decimal 116 143 181
Hex 74 8F B5

RGB Percentages of Color #748fb5

%26.36
%32.50
%41.14

CMYK Percentages of Color #748fb5

%36
%21
%0
%29

Triadic Colors of #748fb5

#748fb5 #b5748f #8fb574

Analogous Colors of #748fb5

#748fb5 #7a74b5 #74b0b5

Monochromatic Colors of #748fb5

#748fb5

Complementary Color

#748fb5 #b59a74

#748fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748fb5 Color CSS Codes

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

#748fb5 Text Font Color

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

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


#748fb5 Background Color

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

This div background color is #748fb5


#748fb5 Border Color

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

This div border color is #748fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748fb5


Comments

No comments written yet.

Please login to write comment.