Color Hex Logo

#17027c Color Hex

#17027C
(23,2,124)
0 Favorites   0 Comments

Color spaces of #17027c

RGB 232124
HSL0.700.970.25
HSV250°98°49°
CMYK 0.810.980.00   0.51
XYZ4.01311.680819.1817
Yxy1.68080.16130.0676
Hunter Lab12.964632.5656-78.6472
CIE-Lab13.714246.0291-60.8859

#17027c color RGB value is (23,2,124).

#17027c hex color red value is 23, green value is 2 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #17027c hue: 0.70 , saturation: 0.97 and the lightness value of 17027c is 0.25.

The process color (four color CMYK) of #17027c color hex is 0.81, 0.98, 0.00, 0.51. Web safe color of #17027c is #000066. Color #17027c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000010 01111100
Octal 27 2 174
Decimal 23 2 124
Hex 17 2 7C

RGB Percentages of Color #17027c

%15.44
%1.34
%83.22

CMYK Percentages of Color #17027c

%81
%98
%0
%51

Triadic Colors of #17027c

#17027c #7c1702 #027c17

Analogous Colors of #17027c

#17027c #54027c #022a7c

Monochromatic Colors of #17027c

#17027c

Complementary Color

#17027c #677c02

#17027c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17027c Color Preview on White Background

Lorem ipsum dolor sit amet.

#17027c Color CSS Codes

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

#17027c Text Font Color

<p style="color:#17027c">Text here</p>

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


#17027c Background Color

<div style="background-color:#17027c">
Div content here</div>

This div background color is #17027c


#17027c Border Color

<div style="border:3px solid #17027c">
Div here</div>

This div border color is #17027c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17027c


Comments

No comments written yet.

Please login to write comment.