Color Hex Logo

#325ace Color Hex

#325ACE
(50,90,206)
0 Favorites   0 Comments

Color spaces of #325ace

RGB 5090206
HSL0.620.610.50
HSV225°76°81°
CMYK 0.760.560.00   0.19
XYZ16.112112.446759.9458
Yxy12.44670.18200.1406
Hunter Lab35.279919.7800-76.0467
CIE-Lab41.917427.0763-64.0614

#325ace color RGB value is (50,90,206).

#325ace hex color red value is 50, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #325ace hue: 0.62 , saturation: 0.61 and the lightness value of 325ace is 0.50.

The process color (four color CMYK) of #325ace color hex is 0.76, 0.56, 0.00, 0.19. Web safe color of #325ace is #3366cc. Color #325ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 11001110
Octal 62 132 316
Decimal 50 90 206
Hex 32 5A CE

RGB Percentages of Color #325ace

%14.45
%26.01
%59.54

CMYK Percentages of Color #325ace

%76
%56
%0
%19

Triadic Colors of #325ace

#325ace #ce325a #5ace32

Analogous Colors of #325ace

#325ace #5832ce #32a8ce

Monochromatic Colors of #325ace

#325ace

Complementary Color

#325ace #cea632

#325ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#325ace Color CSS Codes

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

#325ace Text Font Color

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

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


#325ace Background Color

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

This div background color is #325ace


#325ace Border Color

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

This div border color is #325ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325ace


Comments

No comments written yet.

Please login to write comment.