Color Hex Logo

#737aff Color Hex

#737AFF
(115,122,255)
0 Favorites   0 Comments

Color spaces of #737aff

RGB 115122255
HSL0.661.000.73
HSV237°55°100°
CMYK 0.550.520.00   0.00
XYZ32.079824.783997.7007
Yxy24.78390.20750.1603
Hunter Lab49.783427.9021-81.5091
CIE-Lab56.864334.0543-67.2765

#737aff color RGB value is (115,122,255).

#737aff hex color red value is 115, green value is 122 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #737aff hue: 0.66 , saturation: 1.00 and the lightness value of 737aff is 0.73.

The process color (four color CMYK) of #737aff color hex is 0.55, 0.52, 0.00, 0.00. Web safe color of #737aff is #6666ff. Color #737aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111010 11111111
Octal 163 172 377
Decimal 115 122 255
Hex 73 7A FF

RGB Percentages of Color #737aff

%23.37
%24.80
%51.83

CMYK Percentages of Color #737aff

%55
%52
%0
%0

Triadic Colors of #737aff

#737aff #ff737a #7aff73

Analogous Colors of #737aff

#737aff #b273ff #73c0ff

Monochromatic Colors of #737aff

#737aff

Complementary Color

#737aff #fff873

#737aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#737aff Color CSS Codes

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

#737aff Text Font Color

<p style="color:#737aff">Text here</p>

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


#737aff Background Color

<div style="background-color:#737aff">
Div content here</div>

This div background color is #737aff


#737aff Border Color

<div style="border:3px solid #737aff">
Div here</div>

This div border color is #737aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,122,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #737aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #737aff;
  -webkit-box-shadow: 1px 1px 3px 2px #737aff;
  box-shadow:         1px 1px 3px 2px #737aff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737aff

Related Colors


Comments

No comments written yet.

Please login to write comment.