Color Hex Logo

#17124e Color Hex

#17124E
(23,18,78)
0 Favorites   0 Comments

Color spaces of #17124e

RGB 231878
HSL0.680.630.19
HSV245°77°31°
CMYK 0.710.770.00   0.69
XYZ1.94481.16487.3301
Yxy1.16480.18630.1116
Hunter Lab10.792613.2783-32.7137
CIE-Lab10.295123.4158-36.0240

#17124e color RGB value is (23,18,78).

#17124e hex color red value is 23, green value is 18 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #17124e hue: 0.68 , saturation: 0.63 and the lightness value of 17124e is 0.19.

The process color (four color CMYK) of #17124e color hex is 0.71, 0.77, 0.00, 0.69. Web safe color of #17124e is #000066. Color #17124e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010010 01001110
Octal 27 22 116
Decimal 23 18 78
Hex 17 12 4E

RGB Percentages of Color #17124e

%19.33
%15.13
%65.55

CMYK Percentages of Color #17124e

%71
%77
%0
%69

Triadic Colors of #17124e

#17124e #4e1712 #124e17

Analogous Colors of #17124e

#17124e #35124e #122b4e

Monochromatic Colors of #17124e

#17124e

Complementary Color

#17124e #494e12

#17124e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17124e Color Preview on White Background

Lorem ipsum dolor sit amet.

#17124e Color CSS Codes

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

#17124e Text Font Color

<p style="color:#17124e">Text here</p>

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


#17124e Background Color

<div style="background-color:#17124e">
Div content here</div>

This div background color is #17124e


#17124e Border Color

<div style="border:3px solid #17124e">
Div here</div>

This div border color is #17124e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,18,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17124e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17124e;
  -webkit-box-shadow: 1px 1px 3px 2px #17124e;
  box-shadow:         1px 1px 3px 2px #17124e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17124e


Comments

No comments written yet.

Please login to write comment.