Color Hex Logo

#325dbe Color Hex

#325DBE
(50,93,190)
0 Favorites   0 Comments

Color spaces of #325dbe

RGB 5093190
HSL0.620.580.47
HSV222°74°75°
CMYK 0.740.510.00   0.25
XYZ14.524012.224550.3093
Yxy12.22450.18850.1586
Hunter Lab34.963612.9634-60.8383
CIE-Lab41.570719.1628-55.3579

#325dbe color RGB value is (50,93,190).

#325dbe hex color red value is 50, green value is 93 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #325dbe hue: 0.62 , saturation: 0.58 and the lightness value of 325dbe is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 10111110
Octal 62 135 276
Decimal 50 93 190
Hex 32 5D BE

RGB Percentages of Color #325dbe

%15.02
%27.93
%57.06

CMYK Percentages of Color #325dbe

%74
%51
%0
%25

Triadic Colors of #325dbe

#325dbe #be325d #5dbe32

Analogous Colors of #325dbe

#325dbe #4d32be #32a3be

Monochromatic Colors of #325dbe

#325dbe

Complementary Color

#325dbe #be9332

#325dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#325dbe Color CSS Codes

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

#325dbe Text Font Color

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

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


#325dbe Background Color

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

This div background color is #325dbe


#325dbe Border Color

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

This div border color is #325dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325dbe


Comments

No comments written yet.

Please login to write comment.