Color Hex Logo

#17008a Color Hex

#17008A
(23,0,138)
0 Favorites   0 Comments

Color spaces of #17008a

RGB 230138
HSL0.691.000.27
HSV250°100°54°
CMYK 0.831.000.00   0.46
XYZ4.94082.017124.1737
Yxy2.01710.15870.0648
Hunter Lab14.202537.2429-90.9745
CIE-Lab15.576750.4983-66.6611

#17008a color RGB value is (23,0,138).

#17008a hex color red value is 23, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #17008a hue: 0.69 , saturation: 1.00 and the lightness value of 17008a is 0.27.

The process color (four color CMYK) of #17008a color hex is 0.83, 1.00, 0.00, 0.46. Web safe color of #17008a is #000099. Color #17008a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 10001010
Octal 27 0 212
Decimal 23 0 138
Hex 17 0 8A

RGB Percentages of Color #17008a

%14.29
%0.00
%85.71

CMYK Percentages of Color #17008a

%83
%100
%0
%46

Triadic Colors of #17008a

#17008a #8a1700 #008a17

Analogous Colors of #17008a

#17008a #5c008a #002e8a

Monochromatic Colors of #17008a

#17008a

Complementary Color

#17008a #738a00

#17008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17008a Color CSS Codes

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

#17008a Text Font Color

<p style="color:#17008a">Text here</p>

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


#17008a Background Color

<div style="background-color:#17008a">
Div content here</div>

This div background color is #17008a


#17008a Border Color

<div style="border:3px solid #17008a">
Div here</div>

This div border color is #17008a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,0,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17008a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17008a;
  -webkit-box-shadow: 1px 1px 3px 2px #17008a;
  box-shadow:         1px 1px 3px 2px #17008a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17008a


Comments

No comments written yet.

Please login to write comment.