Color Hex Logo

#17277d Color Hex

#17277D
(23,39,125)
0 Favorites   0 Comments

Color spaces of #17277d

RGB 2339125
HSL0.640.690.29
HSV231°82°49°
CMYK 0.820.690.00   0.51
XYZ4.78053.113919.7511
Yxy3.11390.17290.1126
Hunter Lab17.646217.4761-54.0098
CIE-Lab20.494427.2611-50.2944

#17277d color RGB value is (23,39,125).

#17277d hex color red value is 23, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #17277d hue: 0.64 , saturation: 0.69 and the lightness value of 17277d is 0.29.

The process color (four color CMYK) of #17277d color hex is 0.82, 0.69, 0.00, 0.51. Web safe color of #17277d is #003366. Color #17277d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00100111 01111101
Octal 27 47 175
Decimal 23 39 125
Hex 17 27 7D

RGB Percentages of Color #17277d

%12.30
%20.86
%66.84

CMYK Percentages of Color #17277d

%82
%69
%0
%51

Triadic Colors of #17277d

#17277d #7d1727 #277d17

Analogous Colors of #17277d

#17277d #3a177d #175a7d

Monochromatic Colors of #17277d

#17277d

Complementary Color

#17277d #7d6d17

#17277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17277d Color CSS Codes

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

#17277d Text Font Color

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

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


#17277d Background Color

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

This div background color is #17277d


#17277d Border Color

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

This div border color is #17277d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,39,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17277d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17277d;
  -webkit-box-shadow: 1px 1px 3px 2px #17277d;
  box-shadow:         1px 1px 3px 2px #17277d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17277d


Comments

No comments written yet.

Please login to write comment.