Color Hex Logo

#325fdf Color Hex

#325FDF
(50,95,223)
0 Favorites   0 Comments

Color spaces of #325fdf

RGB 5095223
HSL0.620.730.54
HSV224°78°87°
CMYK 0.780.570.00   0.13
XYZ18.726914.190271.5640
Yxy14.19020.17920.1358
Hunter Lab37.669922.8158-86.2683
CIE-Lab44.504530.1509-69.5720

#325fdf color RGB value is (50,95,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 11011111
Octal 62 137 337
Decimal 50 95 223
Hex 32 5F DF

RGB Percentages of Color #325fdf

%13.59
%25.82
%60.60

CMYK Percentages of Color #325fdf

%78
%57
%0
%13

Triadic Colors of #325fdf

#325fdf #df325f #5fdf32

Analogous Colors of #325fdf

#325fdf #5c32df #32b6df

Monochromatic Colors of #325fdf

#325fdf

Complementary Color

#325fdf #dfb232

#325fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fdf Color CSS Codes

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

#325fdf Text Font Color

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

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


#325fdf Background Color

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

This div background color is #325fdf


#325fdf Border Color

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

This div border color is #325fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fdf


Comments

No comments written yet.

Please login to write comment.