Color Hex Logo

#748cc1 Color Hex

#748CC1
(116,140,193)
0 Favorites   0 Comments

Color spaces of #748cc1

RGB 116140193
HSL0.610.380.61
HSV221°40°76°
CMYK 0.400.270.00   0.24
XYZ26.206226.319454.1510
Yxy26.31940.24570.2467
Hunter Lab51.30241.4017-26.6704
CIE-Lab58.33905.0040-30.2866

#748cc1 color RGB value is (116,140,193).

#748cc1 hex color red value is 116, green value is 140 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #748cc1 hue: 0.61 , saturation: 0.38 and the lightness value of 748cc1 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 11000001
Octal 164 214 301
Decimal 116 140 193
Hex 74 8C C1

RGB Percentages of Color #748cc1

%25.84
%31.18
%42.98

CMYK Percentages of Color #748cc1

%40
%27
%0
%24

Triadic Colors of #748cc1

#748cc1 #c1748c #8cc174

Analogous Colors of #748cc1

#748cc1 #8374c1 #74b3c1

Monochromatic Colors of #748cc1

#748cc1

Complementary Color

#748cc1 #c1a974

#748cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748cc1 Color CSS Codes

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

#748cc1 Text Font Color

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

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


#748cc1 Background Color

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

This div background color is #748cc1


#748cc1 Border Color

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

This div border color is #748cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748cc1


Comments

No comments written yet.

Please login to write comment.