Color Hex Logo

#748bcc Color Hex

#748BCC
(116,139,204)
0 Favorites   0 Comments

Color spaces of #748bcc

RGB 116139204
HSL0.620.460.63
HSV224°43°80°
CMYK 0.430.320.00   0.20
XYZ27.334226.537960.8084
Yxy26.53790.23840.2314
Hunter Lab51.51494.5622-33.9256
CIE-Lab58.54418.7235-36.1772

#748bcc color RGB value is (116,139,204).

#748bcc hex color red value is 116, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #748bcc hue: 0.62 , saturation: 0.46 and the lightness value of 748bcc is 0.63.

The process color (four color CMYK) of #748bcc color hex is 0.43, 0.32, 0.00, 0.20. Web safe color of #748bcc is #6699cc. Color #748bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001011 11001100
Octal 164 213 314
Decimal 116 139 204
Hex 74 8B CC

RGB Percentages of Color #748bcc

%25.27
%30.28
%44.44

CMYK Percentages of Color #748bcc

%43
%32
%0
%20

Triadic Colors of #748bcc

#748bcc #cc748b #8bcc74

Analogous Colors of #748bcc

#748bcc #8974cc #74b7cc

Monochromatic Colors of #748bcc

#748bcc

Complementary Color

#748bcc #ccb574

#748bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#748bcc Color CSS Codes

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

#748bcc Text Font Color

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

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


#748bcc Background Color

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

This div background color is #748bcc


#748bcc Border Color

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

This div border color is #748bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748bcc


Comments

No comments written yet.

Please login to write comment.