Color Hex Logo

#325eab Color Hex

#325EAB
(50,94,171)
0 Favorites   0 Comments

Color spaces of #325eab

RGB 5094171
HSL0.610.550.43
HSV218°71°67°
CMYK 0.710.450.00   0.33
XYZ12.668811.623840.1040
Yxy11.62380.19670.1805
Hunter Lab34.09376.6645-45.8765
CIE-Lab40.611911.3921-45.7571

#325eab color RGB value is (50,94,171).

#325eab hex color red value is 50, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #325eab hue: 0.61 , saturation: 0.55 and the lightness value of 325eab is 0.43.

The process color (four color CMYK) of #325eab color hex is 0.71, 0.45, 0.00, 0.33. Web safe color of #325eab is #336699. Color #325eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 10101011
Octal 62 136 253
Decimal 50 94 171
Hex 32 5E AB

RGB Percentages of Color #325eab

%15.87
%29.84
%54.29

CMYK Percentages of Color #325eab

%71
%45
%0
%33

Triadic Colors of #325eab

#325eab #ab325e #5eab32

Analogous Colors of #325eab

#325eab #4332ab #329bab

Monochromatic Colors of #325eab

#325eab

Complementary Color

#325eab #ab7f32

#325eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eab Color CSS Codes

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

#325eab Text Font Color

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

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


#325eab Background Color

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

This div background color is #325eab


#325eab Border Color

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

This div border color is #325eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,94,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325eab;
  -webkit-box-shadow: 1px 1px 3px 2px #325eab;
  box-shadow:         1px 1px 3px 2px #325eab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eab


Comments

No comments written yet.

Please login to write comment.