Color Hex Logo

#325afe Color Hex

#325AFE
(50,90,254)
0 Favorites   0 Comments

Color spaces of #325afe

RGB 5090254
HSL0.630.990.60
HSV228°80°100°
CMYK 0.800.650.00   0.00
XYZ22.860915.146295.4845
Yxy15.14620.17130.1135
Hunter Lab38.918136.7460-118.2236
CIE-Lab45.833844.4234-84.8248

#325afe color RGB value is (50,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 11111110
Octal 62 132 376
Decimal 50 90 254
Hex 32 5A FE

RGB Percentages of Color #325afe

%12.69
%22.84
%64.47

CMYK Percentages of Color #325afe

%80
%65
%0
%0

Triadic Colors of #325afe

#325afe #fe325a #5afe32

Analogous Colors of #325afe

#325afe #7032fe #32c0fe

Monochromatic Colors of #325afe

#325afe

Complementary Color

#325afe #fed632

#325afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#325afe Color CSS Codes

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

#325afe Text Font Color

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

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


#325afe Background Color

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

This div background color is #325afe


#325afe Border Color

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

This div border color is #325afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,90,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 #325afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325afe

Related Colors


Comments

No comments written yet.

Please login to write comment.