Color Hex Logo

#73aaff Color Hex

#73AAFF
(115,170,255)
0 Favorites   0 Comments

Color spaces of #73aaff

RGB 115170255
HSL0.601.000.73
HSV216°55°100°
CMYK 0.550.330.00   0.00
XYZ39.495039.6143100.1725
Yxy39.61430.22030.2210
Hunter Lab62.93991.8646-50.3056
CIE-Lab69.19395.8957-47.6318

#73aaff color RGB value is (115,170,255).

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

The process color (four color CMYK) of #73aaff color hex is 0.55, 0.33, 0.00, 0.00. Web safe color of #73aaff is #6699ff. Color #73aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 11111111
Octal 163 252 377
Decimal 115 170 255
Hex 73 AA FF

RGB Percentages of Color #73aaff

%21.30
%31.48
%47.22

CMYK Percentages of Color #73aaff

%55
%33
%0
%0

Triadic Colors of #73aaff

#73aaff #ff73aa #aaff73

Analogous Colors of #73aaff

#73aaff #8273ff #73f0ff

Monochromatic Colors of #73aaff

#73aaff

Complementary Color

#73aaff #ffc873

#73aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aaff Color CSS Codes

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

#73aaff Text Font Color

<p style="color:#73aaff">Text here</p>

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


#73aaff Background Color

<div style="background-color:#73aaff">
Div content here</div>

This div background color is #73aaff


#73aaff Border Color

<div style="border:3px solid #73aaff">
Div here</div>

This div border color is #73aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aaff


Comments

No comments written yet.

Please login to write comment.