Color Hex Logo

#17148f Color Hex

#17148F
(23,20,143)
0 Favorites   0 Comments

Color spaces of #17148f

RGB 2320143
HSL0.670.750.32
HSV241°86°56°
CMYK 0.840.860.00   0.44
XYZ5.56142.665626.2080
Yxy2.66560.16150.0774
Hunter Lab16.326732.2313-83.7452
CIE-Lab18.651644.7516-64.6657

#17148f color RGB value is (23,20,143).

#17148f hex color red value is 23, green value is 20 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #17148f hue: 0.67 , saturation: 0.75 and the lightness value of 17148f is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 10001111
Octal 27 24 217
Decimal 23 20 143
Hex 17 14 8F

RGB Percentages of Color #17148f

%12.37
%10.75
%76.88

CMYK Percentages of Color #17148f

%84
%86
%0
%44

Triadic Colors of #17148f

#17148f #8f1714 #148f17

Analogous Colors of #17148f

#17148f #55148f #144e8f

Monochromatic Colors of #17148f

#17148f

Complementary Color

#17148f #8c8f14

#17148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17148f Color CSS Codes

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

#17148f Text Font Color

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

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


#17148f Background Color

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

This div background color is #17148f


#17148f Border Color

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

This div border color is #17148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17148f


Comments

No comments written yet.

Please login to write comment.