Color Hex Logo

#748ebc Color Hex

#748EBC
(116,142,188)
0 Favorites   0 Comments

Color spaces of #748ebc

RGB 116142188
HSL0.610.350.60
HSV218°38°74°
CMYK 0.380.240.00   0.26
XYZ25.952626.689851.3608
Yxy26.68980.24950.2566
Hunter Lab51.6622-0.7390-22.7806
CIE-Lab58.68612.4547-26.9184

#748ebc color RGB value is (116,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001110 10111100
Octal 164 216 274
Decimal 116 142 188
Hex 74 8E BC

RGB Percentages of Color #748ebc

%26.01
%31.84
%42.15

CMYK Percentages of Color #748ebc

%38
%24
%0
%26

Triadic Colors of #748ebc

#748ebc #bc748e #8ebc74

Analogous Colors of #748ebc

#748ebc #7e74bc #74b2bc

Monochromatic Colors of #748ebc

#748ebc

Complementary Color

#748ebc #bca274

#748ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#748ebc Color CSS Codes

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

#748ebc Text Font Color

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

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


#748ebc Background Color

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

This div background color is #748ebc


#748ebc Border Color

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

This div border color is #748ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,142,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 #748ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748ebc


Comments

No comments written yet.

Please login to write comment.