Color Hex Logo

#325eea Color Hex

#325EEA
(50,94,234)
0 Favorites   0 Comments

Color spaces of #325eea

RGB 5094234
HSL0.630.810.56
HSV226°79°92°
CMYK 0.790.600.00   0.08
XYZ20.169414.624079.6016
Yxy14.62400.17630.1278
Hunter Lab38.241327.2228-96.6467
CIE-Lab45.114834.8064-74.8002

#325eea color RGB value is (50,94,234).

#325eea hex color red value is 50, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #325eea hue: 0.63 , saturation: 0.81 and the lightness value of 325eea is 0.56.

The process color (four color CMYK) of #325eea color hex is 0.79, 0.60, 0.00, 0.08. Web safe color of #325eea is #3366ff. Color #325eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 11101010
Octal 62 136 352
Decimal 50 94 234
Hex 32 5E EA

RGB Percentages of Color #325eea

%13.23
%24.87
%61.90

CMYK Percentages of Color #325eea

%79
%60
%0
%8

Triadic Colors of #325eea

#325eea #ea325e #5eea32

Analogous Colors of #325eea

#325eea #6232ea #32baea

Monochromatic Colors of #325eea

#325eea

Complementary Color

#325eea #eabe32

#325eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eea Color CSS Codes

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

#325eea Text Font Color

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

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


#325eea Background Color

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

This div background color is #325eea


#325eea Border Color

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

This div border color is #325eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eea


Comments

No comments written yet.

Please login to write comment.