Color Hex Logo

#325eeb Color Hex

#325EEB
(50,94,235)
0 Favorites   0 Comments

Color spaces of #325eeb

RGB 5094235
HSL0.630.820.56
HSV226°79°92°
CMYK 0.790.600.00   0.08
XYZ20.313514.681780.3605
Yxy14.68170.17610.1273
Hunter Lab38.316727.5771-97.5255
CIE-Lab45.195135.1689-75.2325

#325eeb color RGB value is (50,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 11101011
Octal 62 136 353
Decimal 50 94 235
Hex 32 5E EB

RGB Percentages of Color #325eeb

%13.19
%24.80
%62.01

CMYK Percentages of Color #325eeb

%79
%60
%0
%8

Triadic Colors of #325eeb

#325eeb #eb325e #5eeb32

Analogous Colors of #325eeb

#325eeb #6332eb #32bbeb

Monochromatic Colors of #325eeb

#325eeb

Complementary Color

#325eeb #ebbf32

#325eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eeb Color CSS Codes

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

#325eeb Text Font Color

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

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


#325eeb Background Color

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

This div background color is #325eeb


#325eeb Border Color

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

This div border color is #325eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eeb


Comments

No comments written yet.

Please login to write comment.