Color Hex Logo

#325eca Color Hex

#325ECA
(50,94,202)
0 Favorites   0 Comments

Color spaces of #325eca

RGB 5094202
HSL0.620.600.49
HSV223°75°79°
CMYK 0.750.530.00   0.21
XYZ15.978812.947857.5341
Yxy12.94780.18480.1498
Hunter Lab35.983116.2952-69.6120
CIE-Lab42.684523.0048-60.5106

#325eca color RGB value is (50,94,202).

#325eca hex color red value is 50, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #325eca hue: 0.62 , saturation: 0.60 and the lightness value of 325eca is 0.49.

The process color (four color CMYK) of #325eca color hex is 0.75, 0.53, 0.00, 0.21. Web safe color of #325eca is #3366cc. Color #325eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 11001010
Octal 62 136 312
Decimal 50 94 202
Hex 32 5E CA

RGB Percentages of Color #325eca

%14.45
%27.17
%58.38

CMYK Percentages of Color #325eca

%75
%53
%0
%21

Triadic Colors of #325eca

#325eca #ca325e #5eca32

Analogous Colors of #325eca

#325eca #5232ca #32aaca

Monochromatic Colors of #325eca

#325eca

Complementary Color

#325eca #ca9e32

#325eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eca Color CSS Codes

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

#325eca Text Font Color

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

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


#325eca Background Color

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

This div background color is #325eca


#325eca Border Color

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

This div border color is #325eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eca


Comments

No comments written yet.

Please login to write comment.