Color Hex Logo

#325fce Color Hex

#325FCE
(50,95,206)
0 Favorites   0 Comments

Color spaces of #325fce

RGB 5095206
HSL0.620.610.50
HSV223°76°81°
CMYK 0.760.540.00   0.19
XYZ16.548213.318860.0911
Yxy13.31880.18400.1481
Hunter Lab36.494917.0726-72.0781
CIE-Lab43.239723.8512-61.9140

#325fce color RGB value is (50,95,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 11001110
Octal 62 137 316
Decimal 50 95 206
Hex 32 5F CE

RGB Percentages of Color #325fce

%14.25
%27.07
%58.69

CMYK Percentages of Color #325fce

%76
%54
%0
%19

Triadic Colors of #325fce

#325fce #ce325f #5fce32

Analogous Colors of #325fce

#325fce #5332ce #32adce

Monochromatic Colors of #325fce

#325fce

Complementary Color

#325fce #cea132

#325fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fce Color CSS Codes

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

#325fce Text Font Color

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

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


#325fce Background Color

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

This div background color is #325fce


#325fce Border Color

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

This div border color is #325fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,95,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 #325fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fce


Comments

No comments written yet.

Please login to write comment.