Color Hex Logo

#325459 Color Hex

#325459
(50,84,89)
0 Favorites   0 Comments

Color spaces of #325459

RGB 508489
HSL0.520.280.27
HSV188°44°35°
CMYK 0.440.060.00   0.65
XYZ6.28897.740010.6137
Yxy7.74000.25520.3141
Hunter Lab27.8209-8.3366-3.1446
CIE-Lab33.4354-10.8523-6.8112

#325459 color RGB value is (50,84,89).

#325459 hex color red value is 50, green value is 84 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #325459 hue: 0.52 , saturation: 0.28 and the lightness value of 325459 is 0.27.

The process color (four color CMYK) of #325459 color hex is 0.44, 0.06, 0.00, 0.65. Web safe color of #325459 is #336666. Color #325459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010100 01011001
Octal 62 124 131
Decimal 50 84 89
Hex 32 54 59

RGB Percentages of Color #325459

%22.42
%37.67
%39.91

CMYK Percentages of Color #325459

%44
%6
%0
%65

Triadic Colors of #325459

#325459 #593254 #545932

Analogous Colors of #325459

#325459 #324159 #32594b

Monochromatic Colors of #325459

#325459

Complementary Color

#325459 #593732

#325459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325459 Color CSS Codes

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

#325459 Text Font Color

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

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


#325459 Background Color

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

This div background color is #325459


#325459 Border Color

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

This div border color is #325459


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,84,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325459; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325459;
  -webkit-box-shadow: 1px 1px 3px 2px #325459;
  box-shadow:         1px 1px 3px 2px #325459; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325459


Comments

No comments written yet.

Please login to write comment.