Color Hex Logo

#325cfd Color Hex

#325CFD
(50,92,253)
0 Favorites   0 Comments

Color spaces of #325cfd

RGB 5092253
HSL0.630.980.59
HSV228°80°99°
CMYK 0.800.640.00   0.01
XYZ22.872215.424394.7002
Yxy15.42430.17200.1160
Hunter Lab39.273835.2254-115.4733
CIE-Lab46.209942.8533-83.6507

#325cfd color RGB value is (50,92,253).

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

The process color (four color CMYK) of #325cfd color hex is 0.80, 0.64, 0.00, 0.01. Web safe color of #325cfd is #3366ff. Color #325cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011100 11111101
Octal 62 134 375
Decimal 50 92 253
Hex 32 5C FD

RGB Percentages of Color #325cfd

%12.66
%23.29
%64.05

CMYK Percentages of Color #325cfd

%80
%64
%0
%1

Triadic Colors of #325cfd

#325cfd #fd325c #5cfd32

Analogous Colors of #325cfd

#325cfd #6e32fd #32c2fd

Monochromatic Colors of #325cfd

#325cfd

Complementary Color

#325cfd #fdd332

#325cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#325cfd Color CSS Codes

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

#325cfd Text Font Color

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

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


#325cfd Background Color

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

This div background color is #325cfd


#325cfd Border Color

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

This div border color is #325cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325cfd


Comments

No comments written yet.

Please login to write comment.