Color Hex Logo

#739bfe Color Hex

#739BFE
(115,155,254)
0 Favorites   0 Comments

Color spaces of #739bfe

RGB 115155254
HSL0.620.990.72
HSV223°55°100°
CMYK 0.550.390.00   0.00
XYZ36.681034.243398.4423
Yxy34.24330.21660.2022
Hunter Lab58.51789.4840-58.7789
CIE-Lab65.155214.2233-53.4686

#739bfe color RGB value is (115,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011011 11111110
Octal 163 233 376
Decimal 115 155 254
Hex 73 9B FE

RGB Percentages of Color #739bfe

%21.95
%29.58
%48.47

CMYK Percentages of Color #739bfe

%55
%39
%0
%0

Triadic Colors of #739bfe

#739bfe #fe739b #9bfe73

Analogous Colors of #739bfe

#739bfe #9173fe #73e1fe

Monochromatic Colors of #739bfe

#739bfe

Complementary Color

#739bfe #fed673

#739bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#739bfe Color CSS Codes

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

#739bfe Text Font Color

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

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


#739bfe Background Color

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

This div background color is #739bfe


#739bfe Border Color

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

This div border color is #739bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,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 #739bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739bfe


Comments

No comments written yet.

Please login to write comment.