Color Hex Logo

#325ddb Color Hex

#325DDB
(50,93,219)
0 Favorites   0 Comments

Color spaces of #325ddb

RGB 5093219
HSL0.620.700.53
HSV225°77°86°
CMYK 0.770.580.00   0.14
XYZ18.015913.621368.6975
Yxy13.62130.17960.1358
Hunter Lab36.907022.5461-84.5254
CIE-Lab43.684929.9540-68.6317

#325ddb color RGB value is (50,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 11011011
Octal 62 135 333
Decimal 50 93 219
Hex 32 5D DB

RGB Percentages of Color #325ddb

%13.81
%25.69
%60.50

CMYK Percentages of Color #325ddb

%77
%58
%0
%14

Triadic Colors of #325ddb

#325ddb #db325d #5ddb32

Analogous Colors of #325ddb

#325ddb #5b32db #32b2db

Monochromatic Colors of #325ddb

#325ddb

Complementary Color

#325ddb #dbb032

#325ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325ddb Color CSS Codes

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

#325ddb Text Font Color

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

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


#325ddb Background Color

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

This div background color is #325ddb


#325ddb Border Color

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

This div border color is #325ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,93,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 #325ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325ddb


Comments

No comments written yet.

Please login to write comment.