Color Hex Logo

#325bdb Color Hex

#325BDB
(50,91,219)
0 Favorites   0 Comments

Color spaces of #325bdb

RGB 5091219
HSL0.630.700.53
HSV225°77°86°
CMYK 0.770.580.00   0.14
XYZ17.842713.274868.6397
Yxy13.27480.17890.1331
Hunter Lab36.434623.6542-86.1931
CIE-Lab43.174431.2309-69.4637

#325bdb color RGB value is (50,91,219).

#325bdb hex color red value is 50, green value is 91 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #325bdb hue: 0.63 , saturation: 0.70 and the lightness value of 325bdb is 0.53.

The process color (four color CMYK) of #325bdb color hex is 0.77, 0.58, 0.00, 0.14. Web safe color of #325bdb is #3366cc. Color #325bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011011 11011011
Octal 62 133 333
Decimal 50 91 219
Hex 32 5B DB

RGB Percentages of Color #325bdb

%13.89
%25.28
%60.83

CMYK Percentages of Color #325bdb

%77
%58
%0
%14

Triadic Colors of #325bdb

#325bdb #db325b #5bdb32

Analogous Colors of #325bdb

#325bdb #5e32db #32b0db

Monochromatic Colors of #325bdb

#325bdb

Complementary Color

#325bdb #dbb232

#325bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325bdb Color CSS Codes

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

#325bdb Text Font Color

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

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


#325bdb Background Color

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

This div background color is #325bdb


#325bdb Border Color

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

This div border color is #325bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325bdb


Comments

No comments written yet.

Please login to write comment.