Color Hex Logo

#73a4db Color Hex

#73A4DB
(115,164,219)
0 Favorites   0 Comments

Color spaces of #73a4db

RGB 115164219
HSL0.590.590.65
HSV212°47°86°
CMYK 0.470.250.00   0.14
XYZ33.131935.310272.0872
Yxy35.31020.23580.2513
Hunter Lab59.4224-4.4637-30.3309
CIE-Lab65.9895-1.5136-32.9517

#73a4db color RGB value is (115,164,219).

#73a4db hex color red value is 115, green value is 164 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #73a4db hue: 0.59 , saturation: 0.59 and the lightness value of 73a4db is 0.65.

The process color (four color CMYK) of #73a4db color hex is 0.47, 0.25, 0.00, 0.14. Web safe color of #73a4db is #6699cc. Color #73a4db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10100100 11011011
Octal 163 244 333
Decimal 115 164 219
Hex 73 A4 DB

RGB Percentages of Color #73a4db

%23.09
%32.93
%43.98

CMYK Percentages of Color #73a4db

%47
%25
%0
%14

Triadic Colors of #73a4db

#73a4db #db73a4 #a4db73

Analogous Colors of #73a4db

#73a4db #7673db #73d8db

Monochromatic Colors of #73a4db

#73a4db

Complementary Color

#73a4db #dbaa73

#73a4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a4db Color CSS Codes

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

#73a4db Text Font Color

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

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


#73a4db Background Color

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

This div background color is #73a4db


#73a4db Border Color

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

This div border color is #73a4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a4db


Comments

No comments written yet.

Please login to write comment.