Color Hex Logo

#749bfe Color Hex

#749BFE
(116,155,254)
0 Favorites   0 Comments

Color spaces of #749bfe

RGB 116155254
HSL0.620.990.73
HSV223°54°100°
CMYK 0.540.390.00   0.00
XYZ36.813234.311598.4484
Yxy34.31150.21710.2023
Hunter Lab58.57609.6736-58.6452
CIE-Lab65.209114.4280-53.3798

#749bfe color RGB value is (116,155,254).

#749bfe hex color red value is 116, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #749bfe hue: 0.62 , saturation: 0.99 and the lightness value of 749bfe is 0.73.

The process color (four color CMYK) of #749bfe color hex is 0.54, 0.39, 0.00, 0.00. Web safe color of #749bfe is #6699ff. Color #749bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011011 11111110
Octal 164 233 376
Decimal 116 155 254
Hex 74 9B FE

RGB Percentages of Color #749bfe

%22.10
%29.52
%48.38

CMYK Percentages of Color #749bfe

%54
%39
%0
%0

Triadic Colors of #749bfe

#749bfe #fe749b #9bfe74

Analogous Colors of #749bfe

#749bfe #9274fe #74e0fe

Monochromatic Colors of #749bfe

#749bfe

Complementary Color

#749bfe #fed774

#749bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#749bfe Color CSS Codes

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

#749bfe Text Font Color

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

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


#749bfe Background Color

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

This div background color is #749bfe


#749bfe Border Color

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

This div border color is #749bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749bfe


Comments

No comments written yet.

Please login to write comment.