Color Hex Logo

#325edd Color Hex

#325EDD
(50,94,221)
0 Favorites   0 Comments

Color spaces of #325edd

RGB 5094221
HSL0.620.720.53
HSV225°77°87°
CMYK 0.770.570.00   0.13
XYZ18.369213.904070.1222
Yxy13.90400.17940.1358
Hunter Lab37.288122.6802-85.3964
CIE-Lab44.094930.0518-69.1024

#325edd color RGB value is (50,94,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 11011101
Octal 62 136 335
Decimal 50 94 221
Hex 32 5E DD

RGB Percentages of Color #325edd

%13.70
%25.75
%60.55

CMYK Percentages of Color #325edd

%77
%57
%0
%13

Triadic Colors of #325edd

#325edd #dd325e #5edd32

Analogous Colors of #325edd

#325edd #5b32dd #32b4dd

Monochromatic Colors of #325edd

#325edd

Complementary Color

#325edd #ddb132

#325edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#325edd Color CSS Codes

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

#325edd Text Font Color

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

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


#325edd Background Color

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

This div background color is #325edd


#325edd Border Color

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

This div border color is #325edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325edd


Comments

No comments written yet.

Please login to write comment.