Color Hex Logo

#325cfe Color Hex

#325CFE
(50,92,254)
0 Favorites   0 Comments

Color spaces of #325cfe

RGB 5092254
HSL0.630.990.60
HSV228°80°100°
CMYK 0.800.640.00   0.00
XYZ23.031915.488295.5415
Yxy15.48820.17180.1155
Hunter Lab39.355135.5929-116.3887
CIE-Lab46.295743.2057-84.0665

#325cfe color RGB value is (50,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011100 11111110
Octal 62 134 376
Decimal 50 92 254
Hex 32 5C FE

RGB Percentages of Color #325cfe

%12.63
%23.23
%64.14

CMYK Percentages of Color #325cfe

%80
%64
%0
%0

Triadic Colors of #325cfe

#325cfe #fe325c #5cfe32

Analogous Colors of #325cfe

#325cfe #6e32fe #32c2fe

Monochromatic Colors of #325cfe

#325cfe

Complementary Color

#325cfe #fed432

#325cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#325cfe Color CSS Codes

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

#325cfe Text Font Color

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

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


#325cfe Background Color

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

This div background color is #325cfe


#325cfe Border Color

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

This div border color is #325cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.