Color Hex Logo

#10325f Color Hex

#10325F
(16,50,95)
0 Favorites   0 Comments

Color spaces of #10325f

RGB 165095
HSL0.590.710.22
HSV214°83°37°
CMYK 0.830.470.00   0.63
XYZ3.41983.217611.2673
Yxy3.21760.19100.1797
Hunter Lab17.93772.6399-24.6858
CIE-Lab20.89516.0353-30.2844

#10325f color RGB value is (16,50,95).

#10325f hex color red value is 16, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #10325f hue: 0.59 , saturation: 0.71 and the lightness value of 10325f is 0.22.

The process color (four color CMYK) of #10325f color hex is 0.83, 0.47, 0.00, 0.63. Web safe color of #10325f is #003366. Color #10325f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00110010 01011111
Octal 20 62 137
Decimal 16 50 95
Hex 10 32 5F

RGB Percentages of Color #10325f

%9.94
%31.06
%59.01

CMYK Percentages of Color #10325f

%83
%47
%0
%63

Triadic Colors of #10325f

#10325f #5f1032 #325f10

Analogous Colors of #10325f

#10325f #15105f #105a5f

Monochromatic Colors of #10325f

#10325f

Complementary Color

#10325f #5f3d10

#10325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10325f Color CSS Codes

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

#10325f Text Font Color

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

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


#10325f Background Color

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

This div background color is #10325f


#10325f Border Color

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

This div border color is #10325f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,50,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10325f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10325f;
  -webkit-box-shadow: 1px 1px 3px 2px #10325f;
  box-shadow:         1px 1px 3px 2px #10325f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,50,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10325f


Comments

No comments written yet.

Please login to write comment.