Color Hex Logo

#73abff Color Hex

#73ABFF
(115,171,255)
0 Favorites   0 Comments

Color spaces of #73abff

RGB 115171255
HSL0.601.000.73
HSV216°55°100°
CMYK 0.550.330.00   0.00
XYZ39.683139.9907100.2352
Yxy39.99070.22060.2223
Hunter Lab63.23821.3451-49.7104
CIE-Lab69.46295.3277-47.2086

#73abff color RGB value is (115,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 11111111
Octal 163 253 377
Decimal 115 171 255
Hex 73 AB FF

RGB Percentages of Color #73abff

%21.26
%31.61
%47.13

CMYK Percentages of Color #73abff

%55
%33
%0
%0

Triadic Colors of #73abff

#73abff #ff73ab #abff73

Analogous Colors of #73abff

#73abff #8173ff #73f1ff

Monochromatic Colors of #73abff

#73abff

Complementary Color

#73abff #ffc773

#73abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abff Color CSS Codes

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

#73abff Text Font Color

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

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


#73abff Background Color

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

This div background color is #73abff


#73abff Border Color

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

This div border color is #73abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abff

Related Colors

#73abff Color Palettes


Comments

No comments written yet.

Please login to write comment.