Color Hex Logo

#749beb Color Hex

#749BEB
(116,155,235)
0 Favorites   0 Comments

Color spaces of #749beb

RGB 116155235
HSL0.610.750.69
HSV220°51°92°
CMYK 0.510.340.00   0.08
XYZ33.919233.153983.2089
Yxy33.15390.22570.2206
Hunter Lab57.57944.3878-45.3753
CIE-Lab64.28538.5973-44.4291

#749beb color RGB value is (116,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 11101011
Octal 164 233 353
Decimal 116 155 235
Hex 74 9B EB

RGB Percentages of Color #749beb

%22.92
%30.63
%46.44

CMYK Percentages of Color #749beb

%51
%34
%0
%8

Triadic Colors of #749beb

#749beb #eb749b #9beb74

Analogous Colors of #749beb

#749beb #8974eb #74d7eb

Monochromatic Colors of #749beb

#749beb

Complementary Color

#749beb #ebc474

#749beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749beb Color CSS Codes

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

#749beb Text Font Color

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

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


#749beb Background Color

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

This div background color is #749beb


#749beb Border Color

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

This div border color is #749beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749beb


Comments

No comments written yet.

Please login to write comment.