Color Hex Logo

#17028f Color Hex

#17028F
(23,2,143)
0 Favorites   0 Comments

Color spaces of #17028f

RGB 232143
HSL0.690.970.28
HSV249°99°56°
CMYK 0.840.990.00   0.44
XYZ5.33302.208726.1319
Yxy2.20870.15840.0656
Hunter Lab14.861738.0453-93.8487
CIE-Lab16.546451.1308-68.1747

#17028f color RGB value is (23,2,143).

#17028f hex color red value is 23, green value is 2 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #17028f hue: 0.69 , saturation: 0.97 and the lightness value of 17028f is 0.28.

The process color (four color CMYK) of #17028f color hex is 0.84, 0.99, 0.00, 0.44. Web safe color of #17028f is #000099. Color #17028f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000010 10001111
Octal 27 2 217
Decimal 23 2 143
Hex 17 2 8F

RGB Percentages of Color #17028f

%13.69
%1.19
%85.12

CMYK Percentages of Color #17028f

%84
%99
%0
%44

Triadic Colors of #17028f

#17028f #8f1702 #028f17

Analogous Colors of #17028f

#17028f #5e028f #02348f

Monochromatic Colors of #17028f

#17028f

Complementary Color

#17028f #7a8f02

#17028f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17028f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17028f Color CSS Codes

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

#17028f Text Font Color

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

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


#17028f Background Color

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

This div background color is #17028f


#17028f Border Color

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

This div border color is #17028f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17028f


Comments

No comments written yet.

Please login to write comment.