Color Hex Logo

#325fae Color Hex

#325FAE
(50,95,174)
0 Favorites   0 Comments

Color spaces of #325fae

RGB 5095174
HSL0.610.550.44
HSV218°71°68°
CMYK 0.710.450.00   0.32
XYZ13.047611.918541.6572
Yxy11.91850.19580.1789
Hunter Lab34.52327.0463-47.3757
CIE-Lab41.086311.8677-46.7665

#325fae color RGB value is (50,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 10101110
Octal 62 137 256
Decimal 50 95 174
Hex 32 5F AE

RGB Percentages of Color #325fae

%15.67
%29.78
%54.55

CMYK Percentages of Color #325fae

%71
%45
%0
%32

Triadic Colors of #325fae

#325fae #ae325f #5fae32

Analogous Colors of #325fae

#325fae #4332ae #329dae

Monochromatic Colors of #325fae

#325fae

Complementary Color

#325fae #ae8132

#325fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fae Color CSS Codes

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

#325fae Text Font Color

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

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


#325fae Background Color

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

This div background color is #325fae


#325fae Border Color

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

This div border color is #325fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,95,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 #325fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fae


Comments

No comments written yet.

Please login to write comment.