Color Hex Logo

#17148b Color Hex

#17148B
(23,20,139)
0 Favorites   0 Comments

Color spaces of #17148b

RGB 2320139
HSL0.670.750.31
HSV242°86°55°
CMYK 0.830.860.00   0.45
XYZ5.26372.546624.6402
Yxy2.54660.16220.0785
Hunter Lab15.958130.9508-80.3766
CIE-Lab18.128143.4808-63.0364

#17148b color RGB value is (23,20,139).

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

The process color (four color CMYK) of #17148b color hex is 0.83, 0.86, 0.00, 0.45. Web safe color of #17148b is #000099. Color #17148b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 10001011
Octal 27 24 213
Decimal 23 20 139
Hex 17 14 8B

RGB Percentages of Color #17148b

%12.64
%10.99
%76.37

CMYK Percentages of Color #17148b

%83
%86
%0
%45

Triadic Colors of #17148b

#17148b #8b1714 #148b17

Analogous Colors of #17148b

#17148b #52148b #144d8b

Monochromatic Colors of #17148b

#17148b

Complementary Color

#17148b #888b14

#17148b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17148b Color Preview on White Background

Lorem ipsum dolor sit amet.

#17148b Color CSS Codes

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

#17148b Text Font Color

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

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


#17148b Background Color

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

This div background color is #17148b


#17148b Border Color

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

This div border color is #17148b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17148b


Comments

No comments written yet.

Please login to write comment.