Color Hex Logo

#173052 Color Hex

#173052
(23,48,82)
0 Favorites   0 Comments

Color spaces of #173052

RGB 234882
HSL0.600.560.21
HSV215°72°32°
CMYK 0.720.410.00   0.68
XYZ2.93332.90538.3888
Yxy2.90530.20620.2042
Hunter Lab17.04490.8898-17.2486
CIE-Lab19.66063.1255-23.6189

#173052 color RGB value is (23,48,82).

#173052 hex color red value is 23, green value is 48 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #173052 hue: 0.60 , saturation: 0.56 and the lightness value of 173052 is 0.21.

The process color (four color CMYK) of #173052 color hex is 0.72, 0.41, 0.00, 0.68. Web safe color of #173052 is #003366. Color #173052 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110000 01010010
Octal 27 60 122
Decimal 23 48 82
Hex 17 30 52

RGB Percentages of Color #173052

%15.03
%31.37
%53.59

CMYK Percentages of Color #173052

%72
%41
%0
%68

Triadic Colors of #173052

#173052 #521730 #305217

Analogous Colors of #173052

#173052 #1c1752 #174e52

Monochromatic Colors of #173052

#173052

Complementary Color

#173052 #523917

#173052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#173052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#173052 Color CSS Codes

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

#173052 Text Font Color

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

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


#173052 Background Color

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

This div background color is #173052


#173052 Border Color

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

This div border color is #173052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #173052


Comments

No comments written yet.

Please login to write comment.