Color Hex Logo

#737add Color Hex

#737ADD
(115,122,221)
0 Favorites   0 Comments

Color spaces of #737add

RGB 115122221
HSL0.660.610.66
HSV236°48°87°
CMYK 0.480.450.00   0.13
XYZ27.080922.784471.3771
Yxy22.78440.22340.1879
Hunter Lab47.733017.7376-55.2456
CIE-Lab54.849623.6258-51.5842

#737add color RGB value is (115,122,221).

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

The process color (four color CMYK) of #737add color hex is 0.48, 0.45, 0.00, 0.13. Web safe color of #737add is #6666cc. Color #737add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111010 11011101
Octal 163 172 335
Decimal 115 122 221
Hex 73 7A DD

RGB Percentages of Color #737add

%25.11
%26.64
%48.25

CMYK Percentages of Color #737add

%48
%45
%0
%13

Triadic Colors of #737add

#737add #dd737a #7add73

Analogous Colors of #737add

#737add #a173dd #73afdd

Monochromatic Colors of #737add

#737add

Complementary Color

#737add #ddd673

#737add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737add Color Preview on White Background

Lorem ipsum dolor sit amet.

#737add Color CSS Codes

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

#737add Text Font Color

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

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


#737add Background Color

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

This div background color is #737add


#737add Border Color

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

This div border color is #737add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737add


Comments

No comments written yet.

Please login to write comment.