Color Hex Logo

#73afcf Color Hex

#73AFCF
(115,175,207)
0 Favorites   0 Comments

Color spaces of #73afcf

RGB 115175207
HSL0.560.490.63
HSV201°44°81°
CMYK 0.440.150.00   0.19
XYZ33.662738.809864.7483
Yxy38.80980.24530.2828
Hunter Lab62.2975-12.5675-18.0142
CIE-Lab68.6133-10.9539-22.2996

#73afcf color RGB value is (115,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11001111
Octal 163 257 317
Decimal 115 175 207
Hex 73 AF CF

RGB Percentages of Color #73afcf

%23.14
%35.21
%41.65

CMYK Percentages of Color #73afcf

%44
%15
%0
%19

Triadic Colors of #73afcf

#73afcf #cf73af #afcf73

Analogous Colors of #73afcf

#73afcf #7381cf #73cfc1

Monochromatic Colors of #73afcf

#73afcf

Complementary Color

#73afcf #cf9373

#73afcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afcf Color CSS Codes

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

#73afcf Text Font Color

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

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


#73afcf Background Color

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

This div background color is #73afcf


#73afcf Border Color

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

This div border color is #73afcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afcf


Comments

No comments written yet.

Please login to write comment.