Color Hex Logo

#325bae Color Hex

#325BAE
(50,91,174)
0 Favorites   0 Comments

Color spaces of #325bae

RGB 5091174
HSL0.610.550.44
HSV220°71°68°
CMYK 0.710.480.00   0.32
XYZ12.696511.216341.5402
Yxy11.21630.19400.1714
Hunter Lab33.49079.0614-50.0967
CIE-Lab39.942414.4636-48.6026

#325bae color RGB value is (50,91,174).

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

The process color (four color CMYK) of #325bae color hex is 0.71, 0.48, 0.00, 0.32. Web safe color of #325bae is #336699. Color #325bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011011 10101110
Octal 62 133 256
Decimal 50 91 174
Hex 32 5B AE

RGB Percentages of Color #325bae

%15.87
%28.89
%55.24

CMYK Percentages of Color #325bae

%71
%48
%0
%32

Triadic Colors of #325bae

#325bae #ae325b #5bae32

Analogous Colors of #325bae

#325bae #4732ae #3299ae

Monochromatic Colors of #325bae

#325bae

Complementary Color

#325bae #ae8532

#325bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#325bae Color CSS Codes

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

#325bae Text Font Color

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

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


#325bae Background Color

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

This div background color is #325bae


#325bae Border Color

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

This div border color is #325bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325bae


Comments

No comments written yet.

Please login to write comment.