Color Hex Logo

#325dcd Color Hex

#325DCD
(50,93,205)
0 Favorites   0 Comments

Color spaces of #325dcd

RGB 5093205
HSL0.620.610.50
HSV223°76°80°
CMYK 0.760.550.00   0.20
XYZ16.249212.914659.3939
Yxy12.91460.18350.1458
Hunter Lab35.936917.8209-72.8344
CIE-Lab42.634324.7691-62.3209

#325dcd color RGB value is (50,93,205).

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

The process color (four color CMYK) of #325dcd color hex is 0.76, 0.55, 0.00, 0.20. Web safe color of #325dcd is #3366cc. Color #325dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 11001101
Octal 62 135 315
Decimal 50 93 205
Hex 32 5D CD

RGB Percentages of Color #325dcd

%14.37
%26.72
%58.91

CMYK Percentages of Color #325dcd

%76
%55
%0
%20

Triadic Colors of #325dcd

#325dcd #cd325d #5dcd32

Analogous Colors of #325dcd

#325dcd #5532cd #32abcd

Monochromatic Colors of #325dcd

#325dcd

Complementary Color

#325dcd #cda232

#325dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#325dcd Color CSS Codes

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

#325dcd Text Font Color

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

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


#325dcd Background Color

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

This div background color is #325dcd


#325dcd Border Color

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

This div border color is #325dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325dcd


Comments

No comments written yet.

Please login to write comment.