Color Hex Logo

#325ebf Color Hex

#325EBF
(50,94,191)
0 Favorites   0 Comments

Color spaces of #325ebf

RGB 5094191
HSL0.610.590.47
HSV221°74°75°
CMYK 0.740.510.00   0.25
XYZ14.722112.445150.9164
Yxy12.44510.18850.1594
Hunter Lab35.277612.7560-60.8793
CIE-Lab41.915018.8889-55.3838

#325ebf color RGB value is (50,94,191).

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

The process color (four color CMYK) of #325ebf color hex is 0.74, 0.51, 0.00, 0.25. Web safe color of #325ebf is #3366cc. Color #325ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 10111111
Octal 62 136 277
Decimal 50 94 191
Hex 32 5E BF

RGB Percentages of Color #325ebf

%14.93
%28.06
%57.01

CMYK Percentages of Color #325ebf

%74
%51
%0
%25

Triadic Colors of #325ebf

#325ebf #bf325e #5ebf32

Analogous Colors of #325ebf

#325ebf #4c32bf #32a5bf

Monochromatic Colors of #325ebf

#325ebf

Complementary Color

#325ebf #bf9332

#325ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#325ebf Color CSS Codes

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

#325ebf Text Font Color

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

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


#325ebf Background Color

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

This div background color is #325ebf


#325ebf Border Color

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

This div border color is #325ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325ebf


Comments

No comments written yet.

Please login to write comment.