Color Hex Logo

#325fcc Color Hex

#325FCC
(50,95,204)
0 Favorites   0 Comments

Color spaces of #325fcc

RGB 5095204
HSL0.620.610.50
HSV222°75°80°
CMYK 0.750.530.00   0.20
XYZ16.306713.222258.8194
Yxy13.22220.18460.1497
Hunter Lab36.362316.4143-70.4533
CIE-Lab43.096223.1052-60.9960

#325fcc color RGB value is (50,95,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 11001100
Octal 62 137 314
Decimal 50 95 204
Hex 32 5F CC

RGB Percentages of Color #325fcc

%14.33
%27.22
%58.45

CMYK Percentages of Color #325fcc

%75
%53
%0
%20

Triadic Colors of #325fcc

#325fcc #cc325f #5fcc32

Analogous Colors of #325fcc

#325fcc #5232cc #32accc

Monochromatic Colors of #325fcc

#325fcc

Complementary Color

#325fcc #cc9f32

#325fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fcc Color CSS Codes

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

#325fcc Text Font Color

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

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


#325fcc Background Color

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

This div background color is #325fcc


#325fcc Border Color

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

This div border color is #325fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fcc


Comments

No comments written yet.

Please login to write comment.