Color Hex Logo

#739afa Color Hex

#739AFA
(115,154,250)
0 Favorites   0 Comments

Color spaces of #739afa

RGB 115154250
HSL0.620.930.72
HSV223°54°98°
CMYK 0.540.380.00   0.02
XYZ35.881233.658295.0480
Yxy33.65820.21800.2045
Hunter Lab58.01578.8702-56.5247
CIE-Lab64.690413.5618-52.0214

#739afa color RGB value is (115,154,250).

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

The process color (four color CMYK) of #739afa color hex is 0.54, 0.38, 0.00, 0.02. Web safe color of #739afa is #6699ff. Color #739afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011010 11111010
Octal 163 232 372
Decimal 115 154 250
Hex 73 9A FA

RGB Percentages of Color #739afa

%22.16
%29.67
%48.17

CMYK Percentages of Color #739afa

%54
%38
%0
%2

Triadic Colors of #739afa

#739afa #fa739a #9afa73

Analogous Colors of #739afa

#739afa #9073fa #73defa

Monochromatic Colors of #739afa

#739afa

Complementary Color

#739afa #fad373

#739afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#739afa Color CSS Codes

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

#739afa Text Font Color

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

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


#739afa Background Color

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

This div background color is #739afa


#739afa Border Color

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

This div border color is #739afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,154,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739afa


Comments

No comments written yet.

Please login to write comment.