Color Hex Logo

#17068d Color Hex

#17068D
(23,6,141)
0 Favorites   0 Comments

Color spaces of #17068d

RGB 236141
HSL0.690.920.29
HSV248°96°55°
CMYK 0.840.960.00   0.45
XYZ5.22622.235525.3553
Yxy2.23550.15930.0681
Hunter Lab14.951636.2279-90.0794
CIE-Lab16.677649.2793-66.7050

#17068d color RGB value is (23,6,141).

#17068d hex color red value is 23, green value is 6 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #17068d hue: 0.69 , saturation: 0.92 and the lightness value of 17068d is 0.29.

The process color (four color CMYK) of #17068d color hex is 0.84, 0.96, 0.00, 0.45. Web safe color of #17068d is #000099. Color #17068d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000110 10001101
Octal 27 6 215
Decimal 23 6 141
Hex 17 6 8D

RGB Percentages of Color #17068d

%13.53
%3.53
%82.94

CMYK Percentages of Color #17068d

%84
%96
%0
%45

Triadic Colors of #17068d

#17068d #8d1706 #068d17

Analogous Colors of #17068d

#17068d #5b068d #06388d

Monochromatic Colors of #17068d

#17068d

Complementary Color

#17068d #7c8d06

#17068d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17068d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17068d Color CSS Codes

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

#17068d Text Font Color

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

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


#17068d Background Color

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

This div background color is #17068d


#17068d Border Color

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

This div border color is #17068d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17068d


Comments

No comments written yet.

Please login to write comment.