Color Hex Logo

#73afff Color Hex

#73AFFF
(115,175,255)
0 Favorites   0 Comments

Color spaces of #73afff

RGB 115175255
HSL0.601.000.73
HSV214°55°100°
CMYK 0.550.310.00   0.00
XYZ40.450241.5248100.4909
Yxy41.52480.22170.2276
Hunter Lab64.4397-0.7213-47.3523
CIE-Lab70.54203.0688-45.5133

#73afff color RGB value is (115,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11111111
Octal 163 257 377
Decimal 115 175 255
Hex 73 AF FF

RGB Percentages of Color #73afff

%21.10
%32.11
%46.79

CMYK Percentages of Color #73afff

%55
%31
%0
%0

Triadic Colors of #73afff

#73afff #ff73af #afff73

Analogous Colors of #73afff

#73afff #7d73ff #73f5ff

Monochromatic Colors of #73afff

#73afff

Complementary Color

#73afff #ffc373

#73afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afff Color CSS Codes

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

#73afff Text Font Color

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

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


#73afff Background Color

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

This div background color is #73afff


#73afff Border Color

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

This div border color is #73afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afff


Comments

No comments written yet.

Please login to write comment.