Color Hex Logo

#17005d Color Hex

#17005D
(23,0,93)
0 Favorites   0 Comments

Color spaces of #17005d

RGB 23093
HSL0.711.000.18
HSV255°100°36°
CMYK 0.751.000.00   0.64
XYZ2.32910.972510.4209
Yxy0.97250.16970.0709
Hunter Lab9.861524.9005-55.7499
CIE-Lab8.760238.5039-48.7939

#17005d color RGB value is (23,0,93).

#17005d hex color red value is 23, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #17005d hue: 0.71 , saturation: 1.00 and the lightness value of 17005d is 0.18.

The process color (four color CMYK) of #17005d color hex is 0.75, 1.00, 0.00, 0.64. Web safe color of #17005d is #000066. Color #17005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000000 01011101
Octal 27 0 135
Decimal 23 0 93
Hex 17 0 5D

RGB Percentages of Color #17005d

%19.83
%0.00
%80.17

CMYK Percentages of Color #17005d

%75
%100
%0
%64

Triadic Colors of #17005d

#17005d #5d1700 #005d17

Analogous Colors of #17005d

#17005d #46005d #00175d

Monochromatic Colors of #17005d

#17005d

Complementary Color

#17005d #465d00

#17005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17005d Color CSS Codes

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

#17005d Text Font Color

<p style="color:#17005d">Text here</p>

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


#17005d Background Color

<div style="background-color:#17005d">
Div content here</div>

This div background color is #17005d


#17005d Border Color

<div style="border:3px solid #17005d">
Div here</div>

This div border color is #17005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17005d


Comments

No comments written yet.

Please login to write comment.