Color Hex Logo

#749cea Color Hex

#749CEA
(116,156,234)
0 Favorites   0 Comments

Color spaces of #749cea

RGB 116156234
HSL0.610.740.69
HSV220°50°92°
CMYK 0.500.330.00   0.08
XYZ33.942233.430582.5057
Yxy33.43050.22650.2231
Hunter Lab57.81913.6034-44.1312
CIE-Lab64.50807.7177-43.5287

#749cea color RGB value is (116,156,234).

#749cea hex color red value is 116, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #749cea hue: 0.61 , saturation: 0.74 and the lightness value of 749cea is 0.69.

The process color (four color CMYK) of #749cea color hex is 0.50, 0.33, 0.00, 0.08. Web safe color of #749cea is #6699ff. Color #749cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 11101010
Octal 164 234 352
Decimal 116 156 234
Hex 74 9C EA

RGB Percentages of Color #749cea

%22.92
%30.83
%46.25

CMYK Percentages of Color #749cea

%50
%33
%0
%8

Triadic Colors of #749cea

#749cea #ea749c #9cea74

Analogous Colors of #749cea

#749cea #8774ea #74d7ea

Monochromatic Colors of #749cea

#749cea

Complementary Color

#749cea #eac274

#749cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cea Color CSS Codes

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

#749cea Text Font Color

<p style="color:#749cea">Text here</p>

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


#749cea Background Color

<div style="background-color:#749cea">
Div content here</div>

This div background color is #749cea


#749cea Border Color

<div style="border:3px solid #749cea">
Div here</div>

This div border color is #749cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,156,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749cea;
  -webkit-box-shadow: 1px 1px 3px 2px #749cea;
  box-shadow:         1px 1px 3px 2px #749cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cea


Comments

No comments written yet.

Please login to write comment.