Color Hex Logo

#325aec Color Hex

#325AEC
(50,90,236)
0 Favorites   0 Comments

Color spaces of #325aec

RGB 5090236
HSL0.630.830.56
HSV227°79°93°
CMYK 0.790.620.00   0.07
XYZ20.111914.046681.0081
Yxy14.04660.17460.1220
Hunter Lab37.478830.1989-101.9165
CIE-Lab44.299738.0363-77.2606

#325aec color RGB value is (50,90,236).

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

The process color (four color CMYK) of #325aec color hex is 0.79, 0.62, 0.00, 0.07. Web safe color of #325aec is #3366ff. Color #325aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 11101100
Octal 62 132 354
Decimal 50 90 236
Hex 32 5A EC

RGB Percentages of Color #325aec

%13.30
%23.94
%62.77

CMYK Percentages of Color #325aec

%79
%62
%0
%7

Triadic Colors of #325aec

#325aec #ec325a #5aec32

Analogous Colors of #325aec

#325aec #6732ec #32b7ec

Monochromatic Colors of #325aec

#325aec

Complementary Color

#325aec #ecc432

#325aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#325aec Color CSS Codes

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

#325aec Text Font Color

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

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


#325aec Background Color

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

This div background color is #325aec


#325aec Border Color

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

This div border color is #325aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325aec


Comments

No comments written yet.

Please login to write comment.