Color Hex Logo

#17507a Color Hex

#17507A
(23,80,122)
0 Favorites   0 Comments

Color spaces of #17507a

RGB 2380122
HSL0.570.680.28
HSV205°81°48°
CMYK 0.810.340.00   0.52
XYZ6.73497.324619.4712
Yxy7.32460.20090.2184
Hunter Lab27.0640-2.9421-23.7114
CIE-Lab32.5347-2.2980-28.9979

#17507a color RGB value is (23,80,122).

#17507a hex color red value is 23, green value is 80 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #17507a hue: 0.57 , saturation: 0.68 and the lightness value of 17507a is 0.28.

The process color (four color CMYK) of #17507a color hex is 0.81, 0.34, 0.00, 0.52. Web safe color of #17507a is #006666. Color #17507a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010000 01111010
Octal 27 120 172
Decimal 23 80 122
Hex 17 50 7A

RGB Percentages of Color #17507a

%10.22
%35.56
%54.22

CMYK Percentages of Color #17507a

%81
%34
%0
%52

Triadic Colors of #17507a

#17507a #7a1750 #507a17

Analogous Colors of #17507a

#17507a #171f7a #177a73

Monochromatic Colors of #17507a

#17507a

Complementary Color

#17507a #7a4117

#17507a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17507a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17507a Color CSS Codes

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

#17507a Text Font Color

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

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


#17507a Background Color

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

This div background color is #17507a


#17507a Border Color

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

This div border color is #17507a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,80,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17507a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17507a;
  -webkit-box-shadow: 1px 1px 3px 2px #17507a;
  box-shadow:         1px 1px 3px 2px #17507a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,80,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17507a


Comments

No comments written yet.

Please login to write comment.