Color Hex Logo

#17054f Color Hex

#17054F
(23,5,79)
0 Favorites   0 Comments

Color spaces of #17054f

RGB 23579
HSL0.710.880.16
HSV255°94°31°
CMYK 0.710.940.00   0.69
XYZ1.81890.85527.4663
Yxy0.85520.17940.0843
Hunter Lab9.247718.9251-41.3955
CIE-Lab7.725031.4769-40.9562

#17054f color RGB value is (23,5,79).

#17054f hex color red value is 23, green value is 5 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #17054f hue: 0.71 , saturation: 0.88 and the lightness value of 17054f is 0.16.

The process color (four color CMYK) of #17054f color hex is 0.71, 0.94, 0.00, 0.69. Web safe color of #17054f is #000066. Color #17054f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000101 01001111
Octal 27 5 117
Decimal 23 5 79
Hex 17 5 4F

RGB Percentages of Color #17054f

%21.50
%4.67
%73.83

CMYK Percentages of Color #17054f

%71
%94
%0
%69

Triadic Colors of #17054f

#17054f #4f1705 #054f17

Analogous Colors of #17054f

#17054f #3c054f #05184f

Monochromatic Colors of #17054f

#17054f

Complementary Color

#17054f #3d4f05

#17054f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17054f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17054f Color CSS Codes

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

#17054f Text Font Color

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

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


#17054f Background Color

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

This div background color is #17054f


#17054f Border Color

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

This div border color is #17054f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,5,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17054f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17054f;
  -webkit-box-shadow: 1px 1px 3px 2px #17054f;
  box-shadow:         1px 1px 3px 2px #17054f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17054f


Comments

No comments written yet.

Please login to write comment.