Color Hex Logo

#325cdd Color Hex

#325CDD
(50,92,221)
0 Favorites   0 Comments

Color spaces of #325cdd

RGB 5092221
HSL0.630.720.53
HSV225°77°87°
CMYK 0.770.580.00   0.13
XYZ18.193713.552970.0637
Yxy13.55290.17870.1331
Hunter Lab36.814323.7902-87.0688
CIE-Lab43.584831.3271-69.9339

#325cdd color RGB value is (50,92,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011100 11011101
Octal 62 134 335
Decimal 50 92 221
Hex 32 5C DD

RGB Percentages of Color #325cdd

%13.77
%25.34
%60.88

CMYK Percentages of Color #325cdd

%77
%58
%0
%13

Triadic Colors of #325cdd

#325cdd #dd325c #5cdd32

Analogous Colors of #325cdd

#325cdd #5d32dd #32b2dd

Monochromatic Colors of #325cdd

#325cdd

Complementary Color

#325cdd #ddb332

#325cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#325cdd Color CSS Codes

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

#325cdd Text Font Color

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

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


#325cdd Background Color

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

This div background color is #325cdd


#325cdd Border Color

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

This div border color is #325cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325cdd


Comments

No comments written yet.

Please login to write comment.