Color Hex Logo

#73afcd Color Hex

#73AFCD
(115,175,205)
0 Favorites   0 Comments

Color spaces of #73afcd

RGB 115175205
HSL0.560.470.63
HSV200°44°80°
CMYK 0.440.150.00   0.20
XYZ33.419638.712663.4685
Yxy38.71260.24650.2855
Hunter Lab62.2195-13.0073-16.9266
CIE-Lab68.5426-11.5028-21.3060

#73afcd color RGB value is (115,175,205).

#73afcd hex color red value is 115, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #73afcd hue: 0.56 , saturation: 0.47 and the lightness value of 73afcd is 0.63.

The process color (four color CMYK) of #73afcd color hex is 0.44, 0.15, 0.00, 0.20. Web safe color of #73afcd is #6699cc. Color #73afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11001101
Octal 163 257 315
Decimal 115 175 205
Hex 73 AF CD

RGB Percentages of Color #73afcd

%23.23
%35.35
%41.41

CMYK Percentages of Color #73afcd

%44
%15
%0
%20

Triadic Colors of #73afcd

#73afcd #cd73af #afcd73

Analogous Colors of #73afcd

#73afcd #7382cd #73cdbe

Monochromatic Colors of #73afcd

#73afcd

Complementary Color

#73afcd #cd9173

#73afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afcd Color CSS Codes

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

#73afcd Text Font Color

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

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


#73afcd Background Color

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

This div background color is #73afcd


#73afcd Border Color

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

This div border color is #73afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afcd


Comments

No comments written yet.

Please login to write comment.