Color Hex Logo

#325fbc Color Hex

#325FBC
(50,95,188)
0 Favorites   0 Comments

Color spaces of #325fbc

RGB 5095188
HSL0.610.580.47
HSV220°73°74°
CMYK 0.730.490.00   0.26
XYZ14.484712.493449.2250
Yxy12.49340.19010.1639
Hunter Lab35.346011.2933-57.8287
CIE-Lab41.989817.1152-53.5165

#325fbc color RGB value is (50,95,188).

#325fbc hex color red value is 50, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #325fbc hue: 0.61 , saturation: 0.58 and the lightness value of 325fbc is 0.47.

The process color (four color CMYK) of #325fbc color hex is 0.73, 0.49, 0.00, 0.26. Web safe color of #325fbc is #3366cc. Color #325fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 10111100
Octal 62 137 274
Decimal 50 95 188
Hex 32 5F BC

RGB Percentages of Color #325fbc

%15.02
%28.53
%56.46

CMYK Percentages of Color #325fbc

%73
%49
%0
%26

Triadic Colors of #325fbc

#325fbc #bc325f #5fbc32

Analogous Colors of #325fbc

#325fbc #4a32bc #32a4bc

Monochromatic Colors of #325fbc

#325fbc

Complementary Color

#325fbc #bc8f32

#325fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fbc Color CSS Codes

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

#325fbc Text Font Color

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

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


#325fbc Background Color

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

This div background color is #325fbc


#325fbc Border Color

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

This div border color is #325fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fbc


Comments

No comments written yet.

Please login to write comment.