Color Hex Logo

#325cde Color Hex

#325CDE
(50,92,222)
0 Favorites   0 Comments

Color spaces of #325cde

RGB 5092222
HSL0.630.720.53
HSV225°77°87°
CMYK 0.770.590.00   0.13
XYZ18.327413.606370.7676
Yxy13.60630.17850.1325
Hunter Lab36.886724.1371-87.9279
CIE-Lab43.662931.6944-70.3755

#325cde color RGB value is (50,92,222).

#325cde hex color red value is 50, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #325cde hue: 0.63 , saturation: 0.72 and the lightness value of 325cde is 0.53.

The process color (four color CMYK) of #325cde color hex is 0.77, 0.59, 0.00, 0.13. Web safe color of #325cde is #3366cc. Color #325cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011100 11011110
Octal 62 134 336
Decimal 50 92 222
Hex 32 5C DE

RGB Percentages of Color #325cde

%13.74
%25.27
%60.99

CMYK Percentages of Color #325cde

%77
%59
%0
%13

Triadic Colors of #325cde

#325cde #de325c #5cde32

Analogous Colors of #325cde

#325cde #5e32de #32b2de

Monochromatic Colors of #325cde

#325cde

Complementary Color

#325cde #deb432

#325cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#325cde Color CSS Codes

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

#325cde Text Font Color

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

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


#325cde Background Color

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

This div background color is #325cde


#325cde Border Color

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

This div border color is #325cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325cde


Comments

No comments written yet.

Please login to write comment.