Color Hex Logo

#17077d Color Hex

#17077D
(23,7,125)
0 Favorites   0 Comments

Color spaces of #17077d

RGB 237125
HSL0.690.890.26
HSV248°94°49°
CMYK 0.820.940.00   0.51
XYZ4.13101.814819.5346
Yxy1.81480.16210.0712
Hunter Lab13.471531.1617-76.5449
CIE-Lab14.483744.4007-60.2425

#17077d color RGB value is (23,7,125).

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

The process color (four color CMYK) of #17077d color hex is 0.82, 0.94, 0.00, 0.51. Web safe color of #17077d is #000066. Color #17077d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000111 01111101
Octal 27 7 175
Decimal 23 7 125
Hex 17 7 7D

RGB Percentages of Color #17077d

%14.84
%4.52
%80.65

CMYK Percentages of Color #17077d

%82
%94
%0
%51

Triadic Colors of #17077d

#17077d #7d1707 #077d17

Analogous Colors of #17077d

#17077d #52077d #07327d

Monochromatic Colors of #17077d

#17077d

Complementary Color

#17077d #6d7d07

#17077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17077d Color CSS Codes

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

#17077d Text Font Color

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

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


#17077d Background Color

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

This div background color is #17077d


#17077d Border Color

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

This div border color is #17077d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,7,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 #17077d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17077d


Comments

No comments written yet.

Please login to write comment.