Color Hex Logo

#325fda Color Hex

#325FDA
(50,95,218)
0 Favorites   0 Comments

Color spaces of #325fda

RGB 5095218
HSL0.620.690.53
HSV224°77°85°
CMYK 0.770.560.00   0.15
XYZ18.062513.924568.0654
Yxy13.92450.18050.1392
Hunter Lab37.315521.1003-82.0270
CIE-Lab44.124528.3066-67.3461

#325fda color RGB value is (50,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 11011010
Octal 62 137 332
Decimal 50 95 218
Hex 32 5F DA

RGB Percentages of Color #325fda

%13.77
%26.17
%60.06

CMYK Percentages of Color #325fda

%77
%56
%0
%15

Triadic Colors of #325fda

#325fda #da325f #5fda32

Analogous Colors of #325fda

#325fda #5932da #32b3da

Monochromatic Colors of #325fda

#325fda

Complementary Color

#325fda #daad32

#325fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fda Color CSS Codes

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

#325fda Text Font Color

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

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


#325fda Background Color

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

This div background color is #325fda


#325fda Border Color

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

This div border color is #325fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fda


Comments

No comments written yet.

Please login to write comment.