Color Hex Logo

#172185 Color Hex

#172185
(23,33,133)
0 Favorites   0 Comments

Color spaces of #172185

RGB 2333133
HSL0.650.710.31
HSV235°83°52°
CMYK 0.830.750.00   0.48
XYZ5.13082.963322.4919
Yxy2.96330.16770.0969
Hunter Lab17.214223.0780-65.4176
CIE-Lab19.896334.2413-56.3374

#172185 color RGB value is (23,33,133).

#172185 hex color red value is 23, green value is 33 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #172185 hue: 0.65 , saturation: 0.71 and the lightness value of 172185 is 0.31.

The process color (four color CMYK) of #172185 color hex is 0.83, 0.75, 0.00, 0.48. Web safe color of #172185 is #003399. Color #172185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00100001 10000101
Octal 27 41 205
Decimal 23 33 133
Hex 17 21 85

RGB Percentages of Color #172185

%12.17
%17.46
%70.37

CMYK Percentages of Color #172185

%83
%75
%0
%48

Triadic Colors of #172185

#172185 #851721 #218517

Analogous Colors of #172185

#172185 #441785 #175885

Monochromatic Colors of #172185

#172185

Complementary Color

#172185 #857b17

#172185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#172185 Color CSS Codes

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

#172185 Text Font Color

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

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


#172185 Background Color

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

This div background color is #172185


#172185 Border Color

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

This div border color is #172185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172185


Comments

No comments written yet.

Please login to write comment.