Color Hex Logo

#325acb Color Hex

#325ACB
(50,90,203)
0 Favorites   0 Comments

Color spaces of #325acb

RGB 5090203
HSL0.620.600.50
HSV224°75°80°
CMYK 0.750.560.00   0.20
XYZ15.751012.302258.0443
Yxy12.30220.18290.1429
Hunter Lab35.074518.7791-73.5661
CIE-Lab41.692425.9632-62.6975

#325acb color RGB value is (50,90,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 11001011
Octal 62 132 313
Decimal 50 90 203
Hex 32 5A CB

RGB Percentages of Color #325acb

%14.58
%26.24
%59.18

CMYK Percentages of Color #325acb

%75
%56
%0
%20

Triadic Colors of #325acb

#325acb #cb325a #5acb32

Analogous Colors of #325acb

#325acb #5732cb #32a7cb

Monochromatic Colors of #325acb

#325acb

Complementary Color

#325acb #cba332

#325acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#325acb Color CSS Codes

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

#325acb Text Font Color

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

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


#325acb Background Color

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

This div background color is #325acb


#325acb Border Color

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

This div border color is #325acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325acb


Comments

No comments written yet.

Please login to write comment.