Color Hex Logo

#325cdc Color Hex

#325CDC
(50,92,220)
0 Favorites   0 Comments

Color spaces of #325cdc

RGB 5092220
HSL0.630.710.53
HSV225°77°86°
CMYK 0.770.580.00   0.14
XYZ18.060813.499769.3639
Yxy13.49970.17900.1338
Hunter Lab36.741923.4447-86.2123
CIE-Lab43.506730.9603-69.4917

#325cdc color RGB value is (50,92,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011100 11011100
Octal 62 134 334
Decimal 50 92 220
Hex 32 5C DC

RGB Percentages of Color #325cdc

%13.81
%25.41
%60.77

CMYK Percentages of Color #325cdc

%77
%58
%0
%14

Triadic Colors of #325cdc

#325cdc #dc325c #5cdc32

Analogous Colors of #325cdc

#325cdc #5d32dc #32b1dc

Monochromatic Colors of #325cdc

#325cdc

Complementary Color

#325cdc #dcb232

#325cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#325cdc Color CSS Codes

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

#325cdc Text Font Color

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

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


#325cdc Background Color

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

This div background color is #325cdc


#325cdc Border Color

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

This div border color is #325cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325cdc


Comments

No comments written yet.

Please login to write comment.