Color Hex Logo

#325367 Color Hex

#325367
(50,83,103)
0 Favorites   0 Comments

Color spaces of #325367

RGB 5083103
HSL0.560.350.30
HSV203°51°40°
CMYK 0.510.190.00   0.60
XYZ6.85687.843913.9846
Yxy7.84390.23900.2734
Hunter Lab28.0070-5.3110-10.0002
CIE-Lab33.6557-5.8888-15.2951

#325367 color RGB value is (50,83,103).

#325367 hex color red value is 50, green value is 83 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #325367 hue: 0.56 , saturation: 0.35 and the lightness value of 325367 is 0.30.

The process color (four color CMYK) of #325367 color hex is 0.51, 0.19, 0.00, 0.60. Web safe color of #325367 is #336666. Color #325367 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 01100111
Octal 62 123 147
Decimal 50 83 103
Hex 32 53 67

RGB Percentages of Color #325367

%21.19
%35.17
%43.64

CMYK Percentages of Color #325367

%51
%19
%0
%60

Triadic Colors of #325367

#325367 #673253 #536732

Analogous Colors of #325367

#325367 #323967 #326761

Monochromatic Colors of #325367

#325367

Complementary Color

#325367 #674632

#325367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325367 Color CSS Codes

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

#325367 Text Font Color

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

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


#325367 Background Color

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

This div background color is #325367


#325367 Border Color

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

This div border color is #325367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325367


Comments

No comments written yet.

Please login to write comment.