Color Hex Logo

#73a3c3 Color Hex

#73A3C3
(115,163,195)
0 Favorites   0 Comments

Color spaces of #73a3c3

RGB 115163195
HSL0.570.400.61
HSV204°41°76°
CMYK 0.410.160.00   0.24
XYZ30.017833.779456.5677
Yxy33.77940.24940.2806
Hunter Lab58.1200-9.5185-17.0224
CIE-Lab64.7871-7.7204-21.4922

#73a3c3 color RGB value is (115,163,195).

#73a3c3 hex color red value is 115, green value is 163 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #73a3c3 hue: 0.57 , saturation: 0.40 and the lightness value of 73a3c3 is 0.61.

The process color (four color CMYK) of #73a3c3 color hex is 0.41, 0.16, 0.00, 0.24. Web safe color of #73a3c3 is #6699cc. Color #73a3c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10100011 11000011
Octal 163 243 303
Decimal 115 163 195
Hex 73 A3 C3

RGB Percentages of Color #73a3c3

%24.31
%34.46
%41.23

CMYK Percentages of Color #73a3c3

%41
%16
%0
%24

Triadic Colors of #73a3c3

#73a3c3 #c373a3 #a3c373

Analogous Colors of #73a3c3

#73a3c3 #737bc3 #73c3bb

Monochromatic Colors of #73a3c3

#73a3c3

Complementary Color

#73a3c3 #c39373

#73a3c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a3c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a3c3 Color CSS Codes

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

#73a3c3 Text Font Color

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

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


#73a3c3 Background Color

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

This div background color is #73a3c3


#73a3c3 Border Color

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

This div border color is #73a3c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a3c3


Comments

No comments written yet.

Please login to write comment.