Color Hex Logo

#325afb Color Hex

#325AFB
(50,90,251)
0 Favorites   0 Comments

Color spaces of #325afb

RGB 5090251
HSL0.630.960.59
HSV228°80°98°
CMYK 0.800.640.00   0.02
XYZ22.384114.955592.9737
Yxy14.95550.17180.1148
Hunter Lab38.672335.6417-115.4708
CIE-Lab45.573243.3697-83.5813

#325afb color RGB value is (50,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 11111011
Octal 62 132 373
Decimal 50 90 251
Hex 32 5A FB

RGB Percentages of Color #325afb

%12.79
%23.02
%64.19

CMYK Percentages of Color #325afb

%80
%64
%0
%2

Triadic Colors of #325afb

#325afb #fb325a #5afb32

Analogous Colors of #325afb

#325afb #6f32fb #32bffb

Monochromatic Colors of #325afb

#325afb

Complementary Color

#325afb #fbd332

#325afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325afb Color CSS Codes

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

#325afb Text Font Color

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

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


#325afb Background Color

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

This div background color is #325afb


#325afb Border Color

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

This div border color is #325afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325afb


Comments

No comments written yet.

Please login to write comment.