Color Hex Logo

#325eba Color Hex

#325EBA
(50,94,186)
0 Favorites   0 Comments

Color spaces of #325eba

RGB 5094186
HSL0.610.580.46
HSV221°73°73°
CMYK 0.730.490.00   0.27
XYZ14.181012.228748.0673
Yxy12.22870.19040.1642
Hunter Lab34.969611.1893-57.0182
CIE-Lab41.577317.0133-53.0147

#325eba color RGB value is (50,94,186).

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

The process color (four color CMYK) of #325eba color hex is 0.73, 0.49, 0.00, 0.27. Web safe color of #325eba is #3366cc. Color #325eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 10111010
Octal 62 136 272
Decimal 50 94 186
Hex 32 5E BA

RGB Percentages of Color #325eba

%15.15
%28.48
%56.36

CMYK Percentages of Color #325eba

%73
%49
%0
%27

Triadic Colors of #325eba

#325eba #ba325e #5eba32

Analogous Colors of #325eba

#325eba #4a32ba #32a2ba

Monochromatic Colors of #325eba

#325eba

Complementary Color

#325eba #ba8e32

#325eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eba Color CSS Codes

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

#325eba Text Font Color

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

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


#325eba Background Color

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

This div background color is #325eba


#325eba Border Color

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

This div border color is #325eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eba


Comments

No comments written yet.

Please login to write comment.