Color Hex Logo

#017792 Color Hex

#017792
(1,119,146)
0 Favorites   0 Comments

Color spaces of #017792

RGB 1119146
HSL0.530.990.29
HSV191°99°57°
CMYK 0.990.180.00   0.43
XYZ11.797715.275429.5208
Yxy15.27540.20850.2699
Hunter Lab39.0838-14.5151-17.4244
CIE-Lab46.0091-17.8654-22.5330

#017792 color RGB value is (1,119,146).

#017792 hex color red value is 1, green value is 119 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #017792 hue: 0.53 , saturation: 0.99 and the lightness value of 017792 is 0.29.

The process color (four color CMYK) of #017792 color hex is 0.99, 0.18, 0.00, 0.43. Web safe color of #017792 is #006699. Color #017792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01110111 10010010
Octal 1 167 222
Decimal 1 119 146
Hex 1 77 92

RGB Percentages of Color #017792

%0.38
%44.74
%54.89

CMYK Percentages of Color #017792

%99
%18
%0
%43

Triadic Colors of #017792

#017792 #920177 #779201

Analogous Colors of #017792

#017792 #012f92 #019265

Monochromatic Colors of #017792

#017792

Complementary Color

#017792 #921c01

#017792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#017792 Color CSS Codes

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

#017792 Text Font Color

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

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


#017792 Background Color

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

This div background color is #017792


#017792 Border Color

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

This div border color is #017792


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,119,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017792; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017792;
  -webkit-box-shadow: 1px 1px 3px 2px #017792;
  box-shadow:         1px 1px 3px 2px #017792; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,119,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017792


Comments

No comments written yet.

Please login to write comment.